From: Jefferson Delfes <jefferson.delfes@xxxxxxxxxxxxx> Add structure for new command: Unset Controller Data. --- lib/mgmt.h | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/lib/mgmt.h b/lib/mgmt.h index 99243b1..e65b7fb 100644 --- a/lib/mgmt.h +++ b/lib/mgmt.h @@ -329,6 +329,11 @@ struct mgmt_cp_set_controller_data { uint8_t data[0]; } __packed; +#define MGMT_OP_UNSET_CONTROLLER_DATA 0x002A +struct mgmt_cp_unset_controller_data { + uint8_t data_type; +} __packed; + #define MGMT_EV_CMD_COMPLETE 0x0001 struct mgmt_ev_cmd_complete { uint16_t opcode; @@ -501,6 +506,7 @@ static const char *mgmt_op[] = { "Unblock Device", "Set Device ID", "Set Controller Data", + "Unset Controller Data", }; static const char *mgmt_ev[] = { -- 1.7.9.5 -- To unsubscribe from this list: send the line "unsubscribe linux-bluetooth" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html