diff options
author | Marcel Holtmann <marcel@holtmann.org> | 2014-07-23 13:24:57 -0400 |
---|---|---|
committer | Johan Hedberg <johan.hedberg@intel.com> | 2014-07-23 13:34:08 -0400 |
commit | f4fe73ed564b1c0c375481cb7a773b03767b0216 (patch) | |
tree | 48831fd163a93a8bfe658475cf5eb3357e1b9424 /include/net/bluetooth/hci.h | |
parent | 109e3191935a77d123375f045e719b164fa471aa (diff) |
Bluetooth: Get MWS transport configuration of the controller
If the Bluetooth controller supports Get MWS Transport Layer
Configuration command, then issue it during initialization.
Signed-off-by: Marcel Holtmann <marcel@holtmann.org>
Signed-off-by: Johan Hedberg <johan.hedberg@intel.com>
Diffstat (limited to 'include/net/bluetooth/hci.h')
-rw-r--r-- | include/net/bluetooth/hci.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/net/bluetooth/hci.h b/include/net/bluetooth/hci.h index 5d30919eaba9..e3fd926df13f 100644 --- a/include/net/bluetooth/hci.h +++ b/include/net/bluetooth/hci.h | |||
@@ -1172,6 +1172,8 @@ struct hci_rp_write_remote_amp_assoc { | |||
1172 | __u8 phy_handle; | 1172 | __u8 phy_handle; |
1173 | } __packed; | 1173 | } __packed; |
1174 | 1174 | ||
1175 | #define HCI_OP_GET_MWS_TRANSPORT_CONFIG 0x140c | ||
1176 | |||
1175 | #define HCI_OP_ENABLE_DUT_MODE 0x1803 | 1177 | #define HCI_OP_ENABLE_DUT_MODE 0x1803 |
1176 | 1178 | ||
1177 | #define HCI_OP_WRITE_SSP_DEBUG_MODE 0x1804 | 1179 | #define HCI_OP_WRITE_SSP_DEBUG_MODE 0x1804 |