diff options
Diffstat (limited to 'include/net/bluetooth/hci_core.h')
-rw-r--r-- | include/net/bluetooth/hci_core.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/include/net/bluetooth/hci_core.h b/include/net/bluetooth/hci_core.h index 79724c87ab00..f20f6bd668bd 100644 --- a/include/net/bluetooth/hci_core.h +++ b/include/net/bluetooth/hci_core.h | |||
@@ -220,6 +220,12 @@ struct hci_dev { | |||
220 | __u16 le_conn_max_interval; | 220 | __u16 le_conn_max_interval; |
221 | __u16 le_conn_latency; | 221 | __u16 le_conn_latency; |
222 | __u16 le_supv_timeout; | 222 | __u16 le_supv_timeout; |
223 | __u16 le_def_tx_len; | ||
224 | __u16 le_def_tx_time; | ||
225 | __u16 le_max_tx_len; | ||
226 | __u16 le_max_tx_time; | ||
227 | __u16 le_max_rx_len; | ||
228 | __u16 le_max_rx_time; | ||
223 | __u16 discov_interleaved_timeout; | 229 | __u16 discov_interleaved_timeout; |
224 | __u16 conn_info_min_age; | 230 | __u16 conn_info_min_age; |
225 | __u16 conn_info_max_age; | 231 | __u16 conn_info_max_age; |