@@ -2862,6 +2862,11 @@ struct bt_hci_cmd_le_remove_iso_path {
uint8_t direction;
} __attribute__ ((packed));
+struct bt_hci_rsp_le_remove_iso_path {
+ uint8_t status;
+ uint16_t handle;
+} __attribute__ ((packed));
+
#define BT_HCI_CMD_LE_ISO_TX_TEST 0x2070
#define BT_HCI_BIT_LE_ISO_TX_TEST BT_HCI_CMD_BIT(43, 5)
@@ -9871,7 +9871,9 @@ static const struct opcode_data opcode_table[] = {
"LE Remove Isochronous Data Path",
le_remove_iso_path_cmd,
sizeof(struct bt_hci_cmd_le_remove_iso_path),
- true, status_rsp, 1, true },
+ true, status_handle_rsp,
+ sizeof(struct bt_hci_rsp_le_remove_iso_path),
+ true },
{ BT_HCI_CMD_LE_ISO_TX_TEST, BT_HCI_BIT_LE_ISO_TX_TEST,
"LE Isochronous Transmit Test", NULL, 0,
false },