aboutsummaryrefslogtreecommitdiffstats
path: root/include/net/bluetooth/hci.h
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2006-09-21 16:04:00 +0200
committerDavid S. Miller <davem@sunset.davemloft.net>2006-09-28 18:01:29 -0700
commitdefc761bc25643eeedee3abd6af0079ef214b55d (patch)
tree4ac4e3584629345f8c20f5dcaace2cb011fa9a94 /include/net/bluetooth/hci.h
parent[Bluetooth] Add HCI device identifier for SDIO cards (diff)
downloadlinux-dev-defc761bc25643eeedee3abd6af0079ef214b55d.tar.xz
linux-dev-defc761bc25643eeedee3abd6af0079ef214b55d.zip
[Bluetooth] Handle command complete event for exit periodic inquiry
The command complete event of the exit periodic inquiry command must clear the HCI_INQUIRY flag and finish the HCI request. Signed-off-by: Marcel Holtmann <marcel@holtmann.org>
Diffstat (limited to 'include/net/bluetooth/hci.h')
-rw-r--r--include/net/bluetooth/hci.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/net/bluetooth/hci.h b/include/net/bluetooth/hci.h
index fde08f452b59..5f04181b8109 100644
--- a/include/net/bluetooth/hci.h
+++ b/include/net/bluetooth/hci.h
@@ -340,6 +340,8 @@ struct hci_cp_inquiry {
#define OCF_INQUIRY_CANCEL 0x0002
+#define OCF_EXIT_PERIODIC_INQ 0x0004
+
#define OCF_LINK_KEY_REPLY 0x000B
struct hci_cp_link_key_reply {
bdaddr_t bdaddr;