diff options
| author | Marcel Holtmann <marcel@holtmann.org> | 2003-07-14 04:55:17 +0200 |
|---|---|---|
| committer | Maksim Krasnyanskiy <maxk@qualcomm.com> | 2003-07-14 04:55:17 +0200 |
| commit | aeb7dfbf12bfeac2237ce75e47d0cc29f22b037a (patch) | |
| tree | b4c515b6a7e8af71cf9a93804276858339b8a1c7 /include/net/bluetooth | |
| parent | 6132127283e6c0fedad500ebb449ae038f81bc63 (diff) | |
[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.
Diffstat (limited to 'include/net/bluetooth')
| -rw-r--r-- | include/net/bluetooth/hci.h | 2 |
1 files changed, 2 insertions, 0 deletions
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 { |
