From aeb7dfbf12bfeac2237ce75e47d0cc29f22b037a Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Mon, 14 Jul 2003 04:55:17 +0200 Subject: [Bluetooth] Handle command complete event for inquiry cancel The command complete event of the inquiry cancel command must clear the HCI_INQUIRY flag and finish the HCI request. --- include/net/bluetooth/hci.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'include') diff --git a/include/net/bluetooth/hci.h b/include/net/bluetooth/hci.h index 650b604d262e..228a44322ee0 100644 --- a/include/net/bluetooth/hci.h +++ b/include/net/bluetooth/hci.h @@ -304,6 +304,8 @@ struct hci_cp_inquiry { __u8 num_rsp; } __attribute__ ((packed)); +#define OCF_INQUIRY_CANCEL 0x0002 + #define OCF_LINK_KEY_REPLY 0x000B #define OCF_LINK_KEY_NEG_REPLY 0x000C struct hci_cp_link_key_reply { -- cgit v1.2.3