Message ID | 20241114192524.1856334-2-luiz.dentz@gmail.com (mailing list archive) |
---|---|
State | Accepted |
Commit | 2e981e1a9498448a05900ccfd891ceb320e81034 |
Headers | show |
Series | [BlueZ,v2,1/5] mgmt-api: Add Send HCI command and wait for event Command | expand |
Context | Check | Description |
---|---|---|
tedd_an/pre-ci_am | success | Success |
diff --git a/monitor/packet.c b/monitor/packet.c index 32a440bbea68..6d869ffeadb8 100644 --- a/monitor/packet.c +++ b/monitor/packet.c @@ -14982,7 +14982,7 @@ static const struct mgmt_data mgmt_command_table[] = { { 0x0059, "Mesh Send", mgmt_mesh_send_cmd, 19, false, mgmt_mesh_send_rsp, 1, true}, - { 0x0056, "Mesh Send Cancel", + { 0x005A, "Mesh Send Cancel", mgmt_mesh_send_cancel_cmd, 1, true, mgmt_null_rsp, 0, true}, { }
From: Luiz Augusto von Dentz <luiz.von.dentz@intel.com> MGMT_OP_MESH_SEND_CANCEL opcode is 0x005A not 0x0056. --- monitor/packet.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)