aboutsummaryrefslogtreecommitdiffstats
path: root/include/net/bluetooth/hci.h
diff options
context:
space:
mode:
authorAndre Guedes <aguedespe@gmail.com>2012-03-21 00:03:35 -0300
committerGustavo Padovan <gustavo@padovan.org>2012-05-09 00:41:35 -0300
commit79d6e068bee82e9998b2be78bc0f08f2dec8777a (patch)
tree94fecedf158694febe31813ac121310539639497 /include/net/bluetooth/hci.h
parentBluetooth: Ignore inquiry results from periodic inquiry (diff)
downloadlinux-dev-79d6e068bee82e9998b2be78bc0f08f2dec8777a.tar.xz
linux-dev-79d6e068bee82e9998b2be78bc0f08f2dec8777a.zip
Bluetooth: Add Periodic Inquiry command complete handler
This patch adds a handler function to Periodic Inquiry command complete event. Signed-off-by: Andre Guedes <aguedespe@gmail.com> Acked-by: Marcel Holtmann <marcel@holtmann.org> Signed-off-by: Gustavo Padovan <gustavo@padovan.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 3edb3e759ffe..9cf088db4861 100644
--- a/include/net/bluetooth/hci.h
+++ b/include/net/bluetooth/hci.h
@@ -324,6 +324,8 @@ struct hci_cp_inquiry {
#define HCI_OP_INQUIRY_CANCEL 0x0402
+#define HCI_OP_PERIODIC_INQ 0x0403
+
#define HCI_OP_EXIT_PERIODIC_INQ 0x0404
#define HCI_OP_CREATE_CONN 0x0405