lib/mgmt: Add definitions of MGMT_OP_HCI_CMD_SYNC

This adds the definition of MGMT_OP_HCI_CMD_SYNC and its packet
structure.
This commit is contained in:
Luiz Augusto von Dentz 2024-10-23 16:47:04 -04:00
parent d395c6b1c7
commit 0580dc4bb6

View File

@ -797,7 +797,16 @@ struct mgmt_cp_mesh_send {
#define MGMT_OP_MESH_SEND_CANCEL 0x005A
struct mgmt_cp_mesh_send_cancel {
uint8_t handle;
uint8_t handle;
} __packed;
#define MGMT_OP_HCI_CMD_SYNC 0x005B
struct mgmt_cp_hci_cmd_sync {
uint16_t opcode;
uint8_t event;
uint8_t timeout;
uint16_t params_len;
uint8_t params[];
} __packed;
#define MGMT_EV_CMD_COMPLETE 0x0001