Branch: refs/heads/master Home: https://github.com/bluez/bluez Commit: fe1296cb1156f252e5011bb00fe1186ddfd19ad6 https://github.com/bluez/bluez/commit/fe1296cb1156f252e5011bb00fe1186ddfd19ad6 Author: Luiz Augusto von Dentz <luiz.von.dentz@xxxxxxxxx> Date: 2024-11-14 (Thu, 14 Nov 2024) Changed paths: M doc/mgmt-api.txt Log Message: ----------- mgmt-api: Add Send HCI command and wait for event Command This adds Send HCI command and wait for event Command initial documentation. Commit: 2e981e1a9498448a05900ccfd891ceb320e81034 https://github.com/bluez/bluez/commit/2e981e1a9498448a05900ccfd891ceb320e81034 Author: Luiz Augusto von Dentz <luiz.von.dentz@xxxxxxxxx> Date: 2024-11-14 (Thu, 14 Nov 2024) Changed paths: M monitor/packet.c Log Message: ----------- monitor: Fix opcode for MGMT_OP_MESH_SEND_CANCEL MGMT_OP_MESH_SEND_CANCEL opcode is 0x005A not 0x0056. Commit: d395c6b1c7d4087ba6de7641c5932dc91cf1b210 https://github.com/bluez/bluez/commit/d395c6b1c7d4087ba6de7641c5932dc91cf1b210 Author: Luiz Augusto von Dentz <luiz.von.dentz@xxxxxxxxx> Date: 2024-11-14 (Thu, 14 Nov 2024) Changed paths: M monitor/packet.c Log Message: ----------- monitor: Add decoding of MGMT_OP_HCI_CMD_SYNC @ MGMT Com..nd (0x005b) plen 6 {0x0002} Opcode: 0xffff Event: 0x00 Timeout: 0 seconds Parameters Length: 0 Parameters[0]: @ MGMT Event: Command Status (0x0002) plen 3 {0x0002} Send HCI command and wait for event (0x005b) Status: Failed (0x03) Commit: 0580dc4bb64f143da3897f78f7734fbd0f64df1b https://github.com/bluez/bluez/commit/0580dc4bb64f143da3897f78f7734fbd0f64df1b Author: Luiz Augusto von Dentz <luiz.von.dentz@xxxxxxxxx> Date: 2024-11-14 (Thu, 14 Nov 2024) Changed paths: M lib/mgmt.h Log Message: ----------- lib/mgmt: Add definitions of MGMT_OP_HCI_CMD_SYNC This adds the definition of MGMT_OP_HCI_CMD_SYNC and its packet structure. Commit: 95e89cd2e4f84773dc78415bf33758a7456827c9 https://github.com/bluez/bluez/commit/95e89cd2e4f84773dc78415bf33758a7456827c9 Author: Luiz Augusto von Dentz <luiz.von.dentz@xxxxxxxxx> Date: 2024-11-14 (Thu, 14 Nov 2024) Changed paths: M client/mgmt.c Log Message: ----------- client/mgmt: Add hci-cmd command This adds hci-cmd command which uses the MGMT_OP_HCI_CMD_SYNC: bluetoothctl> mgmt.hci-send 0xffff bluetoothctl[44]: @ MGMT Com..nd (0x005b) plen 6 {0x0002} Opcode: 0xffff Event: 0x00 Timeout: 0 seconds Parameters Length: 0 Parameters[0]: < HCI Command: Vendor (0x3f|0x03ff) plen 0 > HCI Event: Command Status (0x0f) plen 4 Vendor (0x3f|0x03ff) ncmd 1 Status: Unknown HCI Command (0x01) @ MGMT Event: Command Status (0x0002) plen 3 {0x0002} Send HCI command and wait for event (0x005b) Status: Failed (0x03) Compare: https://github.com/bluez/bluez/compare/63f1ab560c42...95e89cd2e4f8 To unsubscribe from these emails, change your notification settings at https://github.com/bluez/bluez/settings/notifications