patch-2.4.22 linux-2.4.22/include/net/bluetooth/hci.h

Next file: linux-2.4.22/include/net/bluetooth/l2cap.h
Previous file: linux-2.4.22/include/net/bluetooth/bluetooth.h
Back to the patch index
Back to the overall index

diff -urN linux-2.4.21/include/net/bluetooth/hci.h linux-2.4.22/include/net/bluetooth/hci.h
@@ -160,6 +160,7 @@
 #define HCI_LM_AUTH	0x0002
 #define HCI_LM_ENCRYPT	0x0004
 #define HCI_LM_TRUSTED	0x0008
+#define HCI_LM_RELIABLE	0x0010
 
 /* -----  HCI Commands ----- */
 /* OGF & OCF values */
@@ -333,6 +334,8 @@
 } __attribute__ ((packed)) status_bdaddr_rp;
 #define STATUS_BDADDR_RP_SIZE 7
 
+#define OCF_INQUIRY_CANCEL	0x0002
+
 #define OCF_LINK_KEY_REPLY	0x000B
 #define OCF_LINK_KEY_NEG_REPLY	0x000C
 typedef struct {

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)