Branch: refs/heads/master Home: https://github.com/bluez/bluez Commit: f547db04fdc61a3fe45f0dc4e014d951ba687b7e https://github.com/bluez/bluez/commit/f547db04fdc61a3fe45f0dc4e014d951ba687b7e Author: Luiz Augusto von Dentz <luiz.von.dentz@xxxxxxxxx> Date: 2022-04-11 (Mon, 11 Apr 2022) Changed paths: M src/shared/shell.c Log Message: ----------- shell: Fix not being able to auto complete submenus submenus should be part of the list of possible auto completes just as other commands. Commit: 195d9b80e1a94f6bae954022979ea1350c95f7c2 https://github.com/bluez/bluez/commit/195d9b80e1a94f6bae954022979ea1350c95f7c2 Author: Luiz Augusto von Dentz <luiz.von.dentz@xxxxxxxxx> Date: 2022-04-11 (Mon, 11 Apr 2022) Changed paths: M src/shared/shell.c Log Message: ----------- shell: Fix not able to auto complete commands with submenu prefix If the command was given with submenu prefix the code wasn't able to detect the command to be able to generate the auto complete for its arguments. Commit: 7903bbe1005bd05f542f64cf6af251f0f648d3ac https://github.com/bluez/bluez/commit/7903bbe1005bd05f542f64cf6af251f0f648d3ac Author: Jakob hilmer <jakob@xxxxxxxxx> Date: 2022-04-11 (Mon, 11 Apr 2022) Changed paths: M src/adapter.c Log Message: ----------- adapter: Fix check of DISCOVERABLE setting The test for `DISCOVERABLE` should be done with `MGMT_SETTING_DISCOVERABLE` instead of `MGMT_OP_SET_DISCOVERABLE`. Acked-by: Paul Menzel <pmenzel@xxxxxxxxxxxxx> Compare: https://github.com/bluez/bluez/compare/d1871fc93522...7903bbe1005b