diff options
Diffstat (limited to 'include/net')
-rw-r--r-- | include/net/bluetooth/hci.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/include/net/bluetooth/hci.h b/include/net/bluetooth/hci.h index 9317798fabcd..bd285c6a5509 100644 --- a/include/net/bluetooth/hci.h +++ b/include/net/bluetooth/hci.h | |||
@@ -710,6 +710,12 @@ struct hci_rp_le_read_buffer_size { | |||
710 | __u8 le_max_pkt; | 710 | __u8 le_max_pkt; |
711 | } __packed; | 711 | } __packed; |
712 | 712 | ||
713 | #define HCI_OP_LE_SET_SCAN_ENABLE 0x200c | ||
714 | struct hci_cp_le_set_scan_enable { | ||
715 | __u8 enable; | ||
716 | __u8 filter_dup; | ||
717 | } __packed; | ||
718 | |||
713 | #define HCI_OP_LE_CREATE_CONN 0x200d | 719 | #define HCI_OP_LE_CREATE_CONN 0x200d |
714 | struct hci_cp_le_create_conn { | 720 | struct hci_cp_le_create_conn { |
715 | __le16 scan_interval; | 721 | __le16 scan_interval; |