summaryrefslogtreecommitdiff
path: root/monitor/bt.h
diff options
context:
space:
mode:
authorLuiz Augusto von Dentz <luiz.von.dentz@intel.com>2020-04-23 14:50:55 -0700
committerLuiz Augusto von Dentz <luiz.von.dentz@intel.com>2020-04-23 14:53:57 -0700
commita96ddbc1b6155759bc7ad8fe109ab6490214d7d5 (patch)
tree119ddaad4d30194e466e4185453231e2edae83db /monitor/bt.h
parentd6a8193701dc7b47bfce19c98c5276f08e2e1578 (diff)
downloadbluez-a96ddbc1b6155759bc7ad8fe109ab6490214d7d5.tar.gz
emulator: Add support for LE Remove ISO Data Path
This implements support for LE Remove ISO Data Path command.
Diffstat (limited to 'monitor/bt.h')
-rw-r--r--monitor/bt.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/monitor/bt.h b/monitor/bt.h
index 39ca1e39a..32ea10ca4 100644
--- a/monitor/bt.h
+++ b/monitor/bt.h
@@ -2780,7 +2780,7 @@ struct bt_hci_cmd_le_setup_iso_path {
#define BT_HCI_BIT_LE_REMOVE_ISO_PATH BT_HCI_CMD_BIT(43, 4)
struct bt_hci_cmd_le_remove_iso_path {
uint16_t handle;
- uint8_t path_dir;
+ uint8_t direction;
} __attribute__ ((packed));
#define BT_HCI_CMD_LE_ISO_TX_TEST 0x2070