Branch: refs/heads/master Home: https://github.com/bluez/bluez Commit: 0cc480a546e9b4740451dbdaaadc3df8ca1f8c34 https://github.com/bluez/bluez/commit/0cc480a546e9b4740451dbdaaadc3df8ca1f8c34 Author: Luiz Augusto von Dentz <luiz.von.dentz@xxxxxxxxx> Date: 2022-03-30 (Wed, 30 Mar 2022) Changed paths: M src/shared/shell.c Log Message: ----------- shell: Make bt_shell_add_submenu set main menu if none has been set If not main menu has been set when calling bt_shell_add_submenu then turns it on it main menu. Commit: d204e84c0694700f6cb1b8d98d26492de63d4303 https://github.com/bluez/bluez/commit/d204e84c0694700f6cb1b8d98d26492de63d4303 Author: Luiz Augusto von Dentz <luiz.von.dentz@xxxxxxxxx> Date: 2022-03-30 (Wed, 30 Mar 2022) Changed paths: M Makefile.tools M client/main.c A client/player.c A client/player.h M tools/bluetooth-player.c Log Message: ----------- client: Add support for player submenu This moves adds the functionality of bluetooth-player into bluetoothctl. Commit: 4a06a31be0453d7c8208108dccbb7cfacf768bc4 https://github.com/bluez/bluez/commit/4a06a31be0453d7c8208108dccbb7cfacf768bc4 Author: Frédéric Danis <frederic.danis@xxxxxxxxxxxxx> Date: 2022-03-30 (Wed, 30 Mar 2022) Changed paths: M profiles/audio/a2dp.c Log Message: ----------- a2dp: Fix crash when SEP codec has not been initialized If SEP has not been properly discovered avdtp_get_codec may return NULL thus causing crashes such as when running AVRCP/TG/VLH/BI-01-C after AVRCP/TG/RCR/BV-04-C. Prevent remote endpoint registration if its codec is not available. Remove queue_isempty check from store_remote_seps since that prevents cleaning up if no seps could be registered. Compare: https://github.com/bluez/bluez/compare/6cb6e2ddf447...4a06a31be045