projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1519cc1
)
Bluetooth: Add Periodic Inquiry command complete handler
author
Andre Guedes
<aguedespe@gmail.com>
Wed, 21 Mar 2012 03:03:35 +0000
(
00:03
-0300)
committer
Gustavo Padovan
<gustavo@padovan.org>
Wed, 9 May 2012 03:41:35 +0000
(
00:41
-0300)
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>
include/net/bluetooth/hci.h
patch
|
blob
|
history
diff --git
a/include/net/bluetooth/hci.h
b/include/net/bluetooth/hci.h
index 3edb3e759ffe45677d4eee537545be880f1e3c8a..9cf088db48614d0710f7609f19b19d5b4da319cb 100644
(file)
--- 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