diff options
Diffstat (limited to 'include/net/bluetooth/hci.h')
| -rw-r--r-- | include/net/bluetooth/hci.h | 3 | 
1 files changed, 2 insertions, 1 deletions
diff --git a/include/net/bluetooth/hci.h b/include/net/bluetooth/hci.h index 344b0f97282..d47e523c9d8 100644 --- a/include/net/bluetooth/hci.h +++ b/include/net/bluetooth/hci.h @@ -92,6 +92,7 @@ enum {  	HCI_SERVICE_CACHE,  	HCI_LINK_KEYS,  	HCI_DEBUG_KEYS, +	HCI_UNREGISTER,  	HCI_LE_SCAN,  	HCI_SSP_ENABLED, @@ -1327,8 +1328,8 @@ struct sockaddr_hci {  #define HCI_DEV_NONE	0xffff  #define HCI_CHANNEL_RAW		0 -#define HCI_CHANNEL_CONTROL	1  #define HCI_CHANNEL_MONITOR	2 +#define HCI_CHANNEL_CONTROL	3  struct hci_filter {  	unsigned long type_mask;  |