aboutsummaryrefslogtreecommitdiffstats
path: root/include/net/bluetooth
diff options
context:
space:
mode:
Diffstat (limited to 'include/net/bluetooth')
-rw-r--r--include/net/bluetooth/hci.h2
-rw-r--r--include/net/bluetooth/hci_core.h1
2 files changed, 3 insertions, 0 deletions
diff --git a/include/net/bluetooth/hci.h b/include/net/bluetooth/hci.h
index 77a971aefcff..ac9c4a75e314 100644
--- a/include/net/bluetooth/hci.h
+++ b/include/net/bluetooth/hci.h
@@ -1043,6 +1043,8 @@ struct hci_rp_write_remote_amp_assoc {
1043 __u8 phy_handle; 1043 __u8 phy_handle;
1044} __packed; 1044} __packed;
1045 1045
1046#define HCI_OP_WRITE_SSP_DEBUG_MODE 0x1804
1047
1046#define HCI_OP_LE_SET_EVENT_MASK 0x2001 1048#define HCI_OP_LE_SET_EVENT_MASK 0x2001
1047struct hci_cp_le_set_event_mask { 1049struct hci_cp_le_set_event_mask {
1048 __u8 mask[8]; 1050 __u8 mask[8];
diff --git a/include/net/bluetooth/hci_core.h b/include/net/bluetooth/hci_core.h
index c689bcf4a0f7..d50cc7aca4e4 100644
--- a/include/net/bluetooth/hci_core.h
+++ b/include/net/bluetooth/hci_core.h
@@ -169,6 +169,7 @@ struct hci_dev {
169 __u8 page_scan_type; 169 __u8 page_scan_type;
170 __u16 le_scan_interval; 170 __u16 le_scan_interval;
171 __u16 le_scan_window; 171 __u16 le_scan_window;
172 __u8 ssp_debug_mode;
172 173
173 __u16 devid_source; 174 __u16 devid_source;
174 __u16 devid_vendor; 175 __u16 devid_vendor;