|
From: Fredrik S. <fre...@us...> - 2001-12-04 10:19:55
|
The following file was modified in apps/bluetooth/experimental: Name Old version New version Comment ---- ----------- ----------- ------- bt_if.h 1.28 1.29=20=20=20=20=20=20=20=20=20=20=20=20 The accompanying log: Added BNEP defines. The diff of the modified file(s): --- bt_if.h 2001/10/15 08:48:53 1.28 +++ bt_if.h 2001/12/04 10:19:54 1.29 @@ -152,6 +152,12 @@ =20 #define HCISWITCHROLE _IOW(BT_IOC_MAGIC, 0x28, unsigned char[7]) =20 +/* BNEP Control Commands */ +#define BNEPCONNECT _IOW(BT_IOC_MAGIC, 0x29, unsigned char[6]) +#define BNEPTEST _IOW(BT_IOC_MAGIC, 0x2a, unsigned char[5]) +#define BNEPADDPROTOCOLFILTER _IOW(BT_IOC_MAGIC, 0x2b, unsigned int[2]) +#define BNEPADDMULTICASTFILTER _IOW(BT_IOC_MAGIC, 0x2c, unsigned int[2]) + /* Host Controller & Baseband Commands */ =20 #define HCIRESET _IO(BT_IOC_MAGIC, 0x30) |