This patch adds some shell fixes and introduces bluetoothctl scripts for starting a broadcast source/sink. Iulia Tanasescu (4): client/gatt: Quit shell after user input has been processed client/adv_monitor: Remove shell quit from adv_monitor_register_app shared/shell: Add fixes for the init script scenario client: Add scripts to start broadcast source/sink client/adv_monitor.c | 8 ++++---- client/gatt.c | 9 +++++---- client/scripts/broadcast-sink.bt | 7 +++++++ client/scripts/broadcast-source.bt | 11 +++++++++++ src/shared/shell.c | 17 ++++++++++++++++- 5 files changed, 43 insertions(+), 9 deletions(-) create mode 100644 client/scripts/broadcast-sink.bt create mode 100644 client/scripts/broadcast-source.bt -- 2.39.2