summaryrefslogtreecommitdiff
path: root/monitor/bt.h
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2014-07-23 16:01:22 +0200
committerMarcel Holtmann <marcel@holtmann.org>2014-07-23 16:01:22 +0200
commit5a23345f3ced1e2e0f51cf5945d886dbbb2a54ec (patch)
tree93f2fa6319403c678606ba227b668d4a88c6ffcb /monitor/bt.h
parentb18691ed19323ad6fe7f5d9cefbae86765e99378 (diff)
downloadbluez-5a23345f3ced1e2e0f51cf5945d886dbbb2a54ec.tar.gz
monitor: Add support for decoding Get MWS Transport Layer Configuration
Diffstat (limited to 'monitor/bt.h')
-rw-r--r--monitor/bt.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/monitor/bt.h b/monitor/bt.h
index 57fc8a596..d7fd796fa 100644
--- a/monitor/bt.h
+++ b/monitor/bt.h
@@ -1603,6 +1603,13 @@ struct bt_hci_rsp_write_remote_amp_assoc {
uint8_t phy_handle;
} __attribute__ ((packed));
+#define BT_HCI_CMD_GET_MWS_TRANSPORT_CONFIG 0x140c
+struct bt_hci_rsp_get_mws_transport_config {
+ uint8_t status;
+ uint8_t num_transports;
+ uint8_t transport[0];
+} __attribute__ ((packed));
+
#define BT_HCI_CMD_SET_TRIGGERED_CLOCK_CAPTURE 0x140d
struct bt_hci_cmd_set_triggered_clock_capture {
uint16_t handle;