Branch: refs/heads/master Home: https://github.com/bluez/bluez Commit: 92bb384f5f409517027b315effd66bc776a6ee16 https://github.com/bluez/bluez/commit/92bb384f5f409517027b315effd66bc776a6ee16 Author: Luiz Augusto von Dentz <luiz.von.dentz@xxxxxxxxx> Date: 2023-07-14 (Fri, 14 Jul 2023) Changed paths: M emulator/bthost.c M emulator/bthost.h M tools/iso-tester.c Log Message: ----------- bthost: Add support to set ISO Packet Status This adds support to set ISO Packet Status to bthost_send_iso. Commit: 17b229e8e451da95a7b2fd8a0d9b8fb42b36763b https://github.com/bluez/bluez/commit/17b229e8e451da95a7b2fd8a0d9b8fb42b36763b Author: Luiz Augusto von Dentz <luiz.von.dentz@xxxxxxxxx> Date: 2023-07-14 (Fri, 14 Jul 2023) Changed paths: M tools/iso-tester.c Log Message: ----------- iso-tester: Add test for BT_PKT_STATUS sockopt This adds a test for setting BT_PKT_STATUS sockopt and checks if BT_SCM_PKT_STATUS is properly received. Commit: 2b063f47ab7044e4c744b51f5d400b77b1ea3b2f https://github.com/bluez/bluez/commit/2b063f47ab7044e4c744b51f5d400b77b1ea3b2f Author: Luiz Augusto von Dentz <luiz.von.dentz@xxxxxxxxx> Date: 2023-07-14 (Fri, 14 Jul 2023) Changed paths: M Makefile.tools M client/main.c A client/mgmt.c A client/mgmt.h M tools/btmgmt.c Log Message: ----------- client: Add support for mgmt submenu This moves the functionality of btmgmt into client/mgmt.c so its commands become available on bluetoothctl via mgmt submenu. Commit: b9e93e01161cf5392f0cbea3400cfa2dae54643d https://github.com/bluez/bluez/commit/b9e93e01161cf5392f0cbea3400cfa2dae54643d Author: Luiz Augusto von Dentz <luiz.von.dentz@xxxxxxxxx> Date: 2023-07-17 (Mon, 17 Jul 2023) Changed paths: M profiles/midi/midi.c M unit/test-midi.c Log Message: ----------- midi: Fix build errors This fixes the following build errors: unit/test-midi.c:541:82: error: function definition is not allowed here void compare_events_cb(const struct midi_write_parser *parser, void *user_data) { ^ unit/test-midi.c:587:17: error: use of undeclared identifier 'compare_events_cb'; did you mean 'compare_events'? compare_events_cb, &midi_data); ^~~~~~~~~~~~~~~~~ compare_events profiles/midi/midi.c:61:75: error: function definition is not allowed here void foreach_cb(const struct midi_write_parser *parser, void *user_data) { ^ profiles/midi/midi.c:78:40: error: use of undeclared identifier 'foreach_cb' midi_read_ev(&midi->midi_out, event, foreach_cb, midi); ^ Compare: https://github.com/bluez/bluez/compare/9aff3f494142...b9e93e01161c