[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> Signed-off-by: Adrian Bunk <bunk@stusta.de>
This commit is contained in:
committed by
Adrian Bunk
parent
c850ae1c17
commit
ecfad2cc55
@@ -329,6 +329,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;
|
||||
|
||||
Reference in New Issue
Block a user