diff options
author | Andre Guedes <aguedespe@gmail.com> | 2012-03-20 23:03:35 -0400 |
---|---|---|
committer | Gustavo Padovan <gustavo@padovan.org> | 2012-05-08 23:41:35 -0400 |
commit | 79d6e068bee82e9998b2be78bc0f08f2dec8777a (patch) | |
tree | 94fecedf158694febe31813ac121310539639497 /include/net | |
parent | 1519cc177a05b96d8715c3cda244c46d6457efbb (diff) |
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')
-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 3edb3e759ffe..9cf088db4861 100644 --- a/include/net/bluetooth/hci.h +++ b/include/net/bluetooth/hci.h | |||
@@ -324,6 +324,8 @@ struct hci_cp_inquiry { | |||
324 | 324 | ||
325 | #define HCI_OP_INQUIRY_CANCEL 0x0402 | 325 | #define HCI_OP_INQUIRY_CANCEL 0x0402 |
326 | 326 | ||
327 | #define HCI_OP_PERIODIC_INQ 0x0403 | ||
328 | |||
327 | #define HCI_OP_EXIT_PERIODIC_INQ 0x0404 | 329 | #define HCI_OP_EXIT_PERIODIC_INQ 0x0404 |
328 | 330 | ||
329 | #define HCI_OP_CREATE_CONN 0x0405 | 331 | #define HCI_OP_CREATE_CONN 0x0405 |