From: Andre Guedes Date: Wed, 21 Mar 2012 03:03:35 +0000 (-0300) Subject: Bluetooth: Add Periodic Inquiry command complete handler X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=79d6e068bee82e9998b2be78bc0f08f2dec8777a;p=linux-beck.git Bluetooth: Add Periodic Inquiry command complete handler This patch adds a handler function to Periodic Inquiry command complete event. Signed-off-by: Andre Guedes Acked-by: Marcel Holtmann Signed-off-by: Gustavo Padovan --- 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