mbox series

[BlueZ,0/4] client: Add scripts to start broadcast source/sink

Message ID 20240307155850.68395-1-iulia.tanasescu@nxp.com
Headers show
Series client: Add scripts to start broadcast source/sink | expand

Message

Iulia Tanasescu March 7, 2024, 3:58 p.m. UTC
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

Comments

patchwork-bot+bluetooth@kernel.org March 8, 2024, 4:20 p.m. UTC | #1
Hello:

This series was applied to bluetooth/bluez.git (master)
by Luiz Augusto von Dentz <luiz.von.dentz@intel.com>:

On Thu,  7 Mar 2024 17:58:46 +0200 you wrote:
> 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
> 
> [...]

Here is the summary with links:
  - [BlueZ,1/4] client/gatt: Quit shell after user input has been processed
    https://git.kernel.org/pub/scm/bluetooth/bluez.git/?id=352e75263632
  - [BlueZ,2/4] client/adv_monitor: Remove shell quit from adv_monitor_register_app
    https://git.kernel.org/pub/scm/bluetooth/bluez.git/?id=32e9d15a6094
  - [BlueZ,3/4] shared/shell: Add fixes for the init script scenario
    https://git.kernel.org/pub/scm/bluetooth/bluez.git/?id=fcbea6f3658d
  - [BlueZ,4/4] client: Add scripts to start broadcast source/sink
    https://git.kernel.org/pub/scm/bluetooth/bluez.git/?id=9e9f079e8952

You are awesome, thank you!