|
From: Anders J. <and...@us...> - 2003-11-06 19:13:28
|
The following files were modified in linux/include/linux/bluetooth: Name Old version New version Tag Comment ---- ----------- ----------- --- ------- btcommon.h 1.102 1.103=20=20=20=20=20=20=20=20=20=20=20=20=20 hci.h 1.82 1.83=20=20=20=20=20=20=20=20=20=20=20=20=20=20 The accompanying log: Added IOCTL:s to write/read pincode type.=20 The diff of the modified file(s): --- btcommon.h 2003/11/05 19:03:45 1.102 +++ btcommon.h 2003/11/06 19:13:26 1.103 @@ -204,6 +204,8 @@ #define HCIWRITENUMBROADCASTRETRANSMISSIONS _IOWR(BT_IOC_MAGIC, 0x56, u8) #define HCIWRITEPAGETO _IOW(BT_IOC_MAGIC, 0x54, u32) #define HCIWRITELINKSUPERVISIONTO _IOW(BT_IOC_MAGIC, 0x58, u32[2]) +#define HCIWRITEPINTYPE _IOWR(BT_IOC_MAGIC, 0x60, s32) +#define HCIREADPINTYPE _IOWR(BT_IOC_MAGIC, 0x61, s32) =20 /* Informational Parameters */ #define HCIREADCOUNTRYCODE _IOR(BT_IOC_MAGIC, 0x43, s32) --- hci.h 2003/11/05 15:22:54 1.82 +++ hci.h 2003/11/06 19:13:26 1.83 @@ -187,6 +187,8 @@ s32 hci_read_clock_offset(u32 hdl); s32 hci_read_rssi(u32 hdl); s32 hci_read_num_broadcast_restransmissions(void); s32 hci_write_num_broadcast_restransmissions(u8 num_broadcast_retran); +s32 hci_read_pin_type(void); +s32 hci_write_pin_type(u8 type); =20 /* Informational Parameters */ s32 hci_read_local_bd(u8 *bd); |