|
From: Anders J. <and...@us...> - 2003-11-05 19:10:45
|
The following file was modified in linux/include/linux/bluetooth: Name Old version New version Tag Comment ---- ----------- ----------- --- ------- btcommon.h 1.101 1.102=20=20=20=20=20=20=20=20=20=20=20=20=20 The accompanying log: Added BT_DISCONNECT_ALL The diff of the modified file(s): --- btcommon.h 2003/11/05 15:22:54 1.101 +++ btcommon.h 2003/11/05 19:03:45 1.102 @@ -151,6 +151,7 @@ #define BTDISCONNECT_BB _IOW(BT_IOC_MAGIC, 0x11, u8[6]) #define BTREADREMOTENAME _IOWR(BT_IOC_MAGIC, 0x12, u8[BT_NAME_LENGTH]) #define BTREADREMOTECLASSOFDEV _IOWR(BT_IOC_MAGIC, 0x13, u8[6]) +#define BTDISCONNECT_ALL _IO(BT_IOC_MAGIC, 0x14) =20 /* Ioctls executing HCI commands */ =20 |