Branch: refs/heads/master Home: https://github.com/bluez/bluez Commit: 46f171a86c17d7e36ac7f334fd94fe55793def4a https://github.com/bluez/bluez/commit/46f171a86c17d7e36ac7f334fd94fe55793def4a Author: Luiz Augusto von Dentz <luiz.von.dentz@xxxxxxxxx> Date: 2022-04-14 (Thu, 14 Apr 2022) Changed paths: M client/player.c Log Message: ----------- client/player: Add endpoint menu This adds endpoint menu: [bluetooth]# menu endpoint Menu endpoint: Available commands: ------------------- list [local] List available endpoints show <endpoint> Endpoint information register <UUID> <codec> [capabilities...] Register Endpoint unregister <UUID/object> Register Endpoint config <endpoint> <local endpoint> [preset] Configure Endpoint presets <UUID> [default] List available presets Commit: 777bc7c3f50c769ef1133e5bd598f300a060d3f5 https://github.com/bluez/bluez/commit/777bc7c3f50c769ef1133e5bd598f300a060d3f5 Author: Luiz Augusto von Dentz <luiz.von.dentz@xxxxxxxxx> Date: 2022-04-14 (Thu, 14 Apr 2022) Changed paths: M client/player.c Log Message: ----------- client/player: Add transport menu This adds transport menu: [bluetooth]# menu transport Menu transport: Available commands: ------------------- list List available transports show <transport> Transport information acquire <transport> Acquire Transport release <transport> Release Transport send <filename> Send contents of a file Commit: 180cf09933b2d8eb03972c8638063429fe5fece5 https://github.com/bluez/bluez/commit/180cf09933b2d8eb03972c8638063429fe5fece5 Author: Luiz Augusto von Dentz <luiz.von.dentz@xxxxxxxxx> Date: 2022-04-14 (Thu, 14 Apr 2022) Changed paths: M plugins/policy.c M src/main.conf Log Message: ----------- policy: Change AutoEnable default to true This changes the default of AutoEnable to true so controllers are power up by default. Fixes: https://github.com/bluez/bluez/issues/328 Commit: 5fb27418e7decc30000f57f2f7911dd25c24cb59 https://github.com/bluez/bluez/commit/5fb27418e7decc30000f57f2f7911dd25c24cb59 Author: Luiz Augusto von Dentz <luiz.von.dentz@xxxxxxxxx> Date: 2022-04-18 (Mon, 18 Apr 2022) Changed paths: M profiles/audio/a2dp.c M src/adapter.c M src/device.c M src/storage.c M src/textfile.c M src/textfile.h Log Message: ----------- storage: Add support for STATE_DIRECTORY environment variable When running as a systemd service the STATE_DIRECTORY environment variable maybe set: https://www.freedesktop.org/software/systemd/man/systemd.exec.html Commit: 385e8d649e062e3b265b0970fa5e15107084cd2e https://github.com/bluez/bluez/commit/385e8d649e062e3b265b0970fa5e15107084cd2e Author: Luiz Augusto von Dentz <luiz.von.dentz@xxxxxxxxx> Date: 2022-04-18 (Mon, 18 Apr 2022) Changed paths: M src/main.c Log Message: ----------- main: Add support for CONFIGURATION_DIRECTORY environment variable When running as a systemd service the CONFIGURATION_DIRECTORY environment variable maybe set: https://www.freedesktop.org/software/systemd/man/systemd.exec.html Commit: 0905a06410d4a5189f0be81e25eb3c3e8a2199c5 https://github.com/bluez/bluez/commit/0905a06410d4a5189f0be81e25eb3c3e8a2199c5 Author: Luiz Augusto von Dentz <luiz.von.dentz@xxxxxxxxx> Date: 2022-04-18 (Mon, 18 Apr 2022) Changed paths: M src/bluetooth.service.in Log Message: ----------- build: Make use of StateDirectory and ConfigurationDirectory This makes use of StateDirectory[1] and ConfigurationDirectory[1] to inform systemd what those paths are used for instead of using ReadWritePaths and ReadOnlyPaths which can lead to issues. Fixes: https://github.com/bluez/bluez/issues/329 [1] https://www.freedesktop.org/software/systemd/man/systemd.exec.html Commit: fb4997fb09fa8fce83ba3b41c7aebec45e789b1f https://github.com/bluez/bluez/commit/fb4997fb09fa8fce83ba3b41c7aebec45e789b1f Author: Luiz Augusto von Dentz <luiz.von.dentz@xxxxxxxxx> Date: 2022-04-18 (Mon, 18 Apr 2022) Changed paths: M tools/test-runner.c Log Message: ----------- test-runner: Add dedicated option to start D-Bus This adds a dedicated option to start D-Bus alone which can be useful when testing the bluetoothd with the likes of valgrind. Commit: b2db8f0e3a69872c4f10d18d70af260abaebdd57 https://github.com/bluez/bluez/commit/b2db8f0e3a69872c4f10d18d70af260abaebdd57 Author: Luiz Augusto von Dentz <luiz.von.dentz@xxxxxxxxx> Date: 2022-04-18 (Mon, 18 Apr 2022) Changed paths: M client/player.c Log Message: ----------- client/player: Fix use of unsupported config_qos QoS is not yet supported by bluetoothd so remove them. Compare: https://github.com/bluez/bluez/compare/03602479bd7b...b2db8f0e3a69