diff options
author | John W. Linville <linville@tuxdriver.com> | 2014-07-29 10:32:36 -0400 |
---|---|---|
committer | John W. Linville <linville@tuxdriver.com> | 2014-07-29 10:32:36 -0400 |
commit | a1ae52c203417a4e6aca01a5e8955d74fc7b3d0a (patch) | |
tree | 48ac79fee7d145f0c31c28bb09c9c066caf48170 /include/net | |
parent | 0da4cc6e624675c721e15cd7440ccd65b154f685 (diff) | |
parent | 3bd2724010a51d5d15afa8065ac3c5fab3725499 (diff) |
Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth-next
Diffstat (limited to 'include/net')
-rw-r--r-- | include/net/bluetooth/hci.h | 4 | ||||
-rw-r--r-- | include/net/bluetooth/hci_core.h | 3 |
2 files changed, 7 insertions, 0 deletions
diff --git a/include/net/bluetooth/hci.h b/include/net/bluetooth/hci.h index f0a3d8890760..e3fd926df13f 100644 --- a/include/net/bluetooth/hci.h +++ b/include/net/bluetooth/hci.h | |||
@@ -1074,6 +1074,8 @@ struct hci_rp_read_data_block_size { | |||
1074 | __le16 num_blocks; | 1074 | __le16 num_blocks; |
1075 | } __packed; | 1075 | } __packed; |
1076 | 1076 | ||
1077 | #define HCI_OP_READ_LOCAL_CODECS 0x100b | ||
1078 | |||
1077 | #define HCI_OP_READ_PAGE_SCAN_ACTIVITY 0x0c1b | 1079 | #define HCI_OP_READ_PAGE_SCAN_ACTIVITY 0x0c1b |
1078 | struct hci_rp_read_page_scan_activity { | 1080 | struct hci_rp_read_page_scan_activity { |
1079 | __u8 status; | 1081 | __u8 status; |
@@ -1170,6 +1172,8 @@ struct hci_rp_write_remote_amp_assoc { | |||
1170 | __u8 phy_handle; | 1172 | __u8 phy_handle; |
1171 | } __packed; | 1173 | } __packed; |
1172 | 1174 | ||
1175 | #define HCI_OP_GET_MWS_TRANSPORT_CONFIG 0x140c | ||
1176 | |||
1173 | #define HCI_OP_ENABLE_DUT_MODE 0x1803 | 1177 | #define HCI_OP_ENABLE_DUT_MODE 0x1803 |
1174 | 1178 | ||
1175 | #define HCI_OP_WRITE_SSP_DEBUG_MODE 0x1804 | 1179 | #define HCI_OP_WRITE_SSP_DEBUG_MODE 0x1804 |
diff --git a/include/net/bluetooth/hci_core.h b/include/net/bluetooth/hci_core.h index 996ed065b6c2..b5d5af3aa469 100644 --- a/include/net/bluetooth/hci_core.h +++ b/include/net/bluetooth/hci_core.h | |||
@@ -203,6 +203,8 @@ struct hci_dev { | |||
203 | __u16 page_scan_window; | 203 | __u16 page_scan_window; |
204 | __u8 page_scan_type; | 204 | __u8 page_scan_type; |
205 | __u8 le_adv_channel_map; | 205 | __u8 le_adv_channel_map; |
206 | __u16 le_adv_min_interval; | ||
207 | __u16 le_adv_max_interval; | ||
206 | __u8 le_scan_type; | 208 | __u8 le_scan_type; |
207 | __u16 le_scan_interval; | 209 | __u16 le_scan_interval; |
208 | __u16 le_scan_window; | 210 | __u16 le_scan_window; |
@@ -458,6 +460,7 @@ struct hci_conn_params { | |||
458 | enum { | 460 | enum { |
459 | HCI_AUTO_CONN_DISABLED, | 461 | HCI_AUTO_CONN_DISABLED, |
460 | HCI_AUTO_CONN_REPORT, | 462 | HCI_AUTO_CONN_REPORT, |
463 | HCI_AUTO_CONN_DIRECT, | ||
461 | HCI_AUTO_CONN_ALWAYS, | 464 | HCI_AUTO_CONN_ALWAYS, |
462 | HCI_AUTO_CONN_LINK_LOSS, | 465 | HCI_AUTO_CONN_LINK_LOSS, |
463 | } auto_connect; | 466 | } auto_connect; |