diff options
Diffstat (limited to 'include/net/bluetooth/hci.h')
-rw-r--r-- | include/net/bluetooth/hci.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/net/bluetooth/hci.h b/include/net/bluetooth/hci.h index 0740fee39c73..439b4ebf9644 100644 --- a/include/net/bluetooth/hci.h +++ b/include/net/bluetooth/hci.h | |||
@@ -1182,6 +1182,9 @@ struct hci_cp_le_set_scan_enable { | |||
1182 | __u8 filter_dup; | 1182 | __u8 filter_dup; |
1183 | } __packed; | 1183 | } __packed; |
1184 | 1184 | ||
1185 | #define HCI_LE_USE_PEER_ADDR 0x00 | ||
1186 | #define HCI_LE_USE_WHITELIST 0x01 | ||
1187 | |||
1185 | #define HCI_OP_LE_CREATE_CONN 0x200d | 1188 | #define HCI_OP_LE_CREATE_CONN 0x200d |
1186 | struct hci_cp_le_create_conn { | 1189 | struct hci_cp_le_create_conn { |
1187 | __le16 scan_interval; | 1190 | __le16 scan_interval; |