|
From: Peter K. <pk...@us...> - 2002-11-19 14:21:19
|
The following file was modified in apps/bluetooth/experimental: Name Old version New version Tag Comment ---- ----------- ----------- --- ------- bt_if.h 1.37 1.38=20=20=20=20=20=20=20=20=20=20=20=20=20=20 The accompanying log: Minor change. The diff of the modified file(s): --- bt_if.h 19 Nov 2002 14:15:46 -0000 1.37 +++ bt_if.h 19 Nov 2002 14:21:18 -0000 1.38 @@ -126,7 +126,7 @@ #define BTREADREMOTEBDADDR _IOWR(BT_IOC_MAGIC, 0x07, unsigned char[6]) #define BTRESETPHYSICALHW _IO(BT_IOC_MAGIC, 0x08) #define BTISINITIATED _IOR(BT_IOC_MAGIC, 0x09, int) -#define BTHWVENDOR _IOR(BT_IOC_MAGIC, 0x0a, char[20]) +#define BTHWVENDOR _IOR(BT_IOC_MAGIC, 0x0A, char[20]) #define BTFIRMWAREINFO _IOR(BT_IOC_MAGIC, 0x0B, char[80]) =20 #define BTWAITFORCONNECTION _IOW(BT_IOC_MAGIC, 0x0C, int) @@ -136,7 +136,7 @@ //#define BT_SDP_REQUEST _IOW(BT_IOC_MAGIC, 0x0F, bt_sdp_request) #define BT_GETCACHEDLINKKEY _IOWR(BT_IOC_MAGIC, 0x10, unsigned char[22]) =20 -/* Disconnect the BB connection (Consafe) */ +/* Disconnect the BB connection */ #define BTDISCONNECT_BB _IOW(BT_IOC_MAGIC, 0x11, unsigned char[6]) =20 #define BTREADREMOTENAME _IOWR(BT_IOC_MAGIC, 0x12, unsigned char[BT_NAME_L= ENGTH]) |