Branch: refs/heads/969028 Home: https://github.com/bluez/bluez Commit: 0c3abae5900eae0b6abbcf84afef197f32deb933 https://github.com/bluez/bluez/commit/0c3abae5900eae0b6abbcf84afef197f32deb933 Author: Luiz Augusto von Dentz <luiz.von.dentz@xxxxxxxxx> Date: 2025-06-05 (Thu, 05 Jun 2025) Changed paths: M src/shared/shell.c Log Message: ----------- shared/shell: Add support for -EINPROGRESS to bt_shell_noninteractive_quit This enables commands to call bt_shell_noninteractive_quit with status set to -EINPROGRESS to indicate their execution is in progress and shall not exit in case of MODE_NONINTERACTIVE but it can proceed to the next command for MODE_INTERACTIVE. Commit: f0f469bcca9572c6f25d436fd2d5ba89edeb6f55 https://github.com/bluez/bluez/commit/f0f469bcca9572c6f25d436fd2d5ba89edeb6f55 Author: Luiz Augusto von Dentz <luiz.von.dentz@xxxxxxxxx> Date: 2025-06-05 (Thu, 05 Jun 2025) Changed paths: M client/advertising.c M client/main.c Log Message: ----------- client: Use -EINPROGRESS with scan and advertise command This uses -EINPROGRESS with commands scan and advertise since they need to keep running in the background so they don't exit but shouldn't block other command from executing in case they are invoked from a script. Compare: https://github.com/bluez/bluez/compare/0c3abae5900e%5E...f0f469bcca95 To unsubscribe from these emails, change your notification settings at https://github.com/bluez/bluez/settings/notifications