Skip to content

Commit

Permalink
Bluetooth: Add Periodic Inquiry command complete handler
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Andre Guedes authored and Gustavo Padovan committed May 9, 2012
1 parent 1519cc1 commit 79d6e06
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions include/net/bluetooth/hci.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 79d6e06

Please sign in to comment.