2023-03-25 01:19:37

by fdanis-oss

[permalink] [raw]
Subject: [bluez/bluez] 1ee1fc: bap: Fix not continue selecting if endpoint respon...

Branch: refs/heads/master
Home: https://github.com/bluez/bluez
Commit: 1ee1fc8e387c074c474bfdae15707f1afa76e1b9
https://github.com/bluez/bluez/commit/1ee1fc8e387c074c474bfdae15707f1afa76e1b9
Author: Luiz Augusto von Dentz <[email protected]>
Date: 2023-03-24 (Fri, 24 Mar 2023)

Changed paths:
M profiles/audio/bap.c

Log Message:
-----------
bap: Fix not continue selecting if endpoint respond with an error

If the endpoint respond with an error we shall decrement selecting
counter and proceed to check if there is any stream that can be
configured.


Commit: f2f7c742ad0b3b6f99e91889a7297cec21084015
https://github.com/bluez/bluez/commit/f2f7c742ad0b3b6f99e91889a7297cec21084015
Author: Luiz Augusto von Dentz <[email protected]>
Date: 2023-03-24 (Fri, 24 Mar 2023)

Changed paths:
M src/shared/shell.c

Log Message:
-----------
shared/shell: Add support for -i/--init-script

This adds support for -i/--init-script which can be used to provide a
file with commands to be initialized, the commands are then run in
sequence after completing:

client/bluetoothctl -i client/power-on-off.bt
Agent registered
Changing power on succeeded
[CHG] Controller A8:7E:EA:56:87:D5 Pairable: yes
[CHG] Controller 98:8D:46:EE:6D:16 Pairable: yes
[CHG] Controller 98:8D:46:EE:6D:16 PowerState: on-disabling
AdvertisementMonitor path registered


Commit: fb1c694100b2aff6ee1ad69d2a07c0f122e2e929
https://github.com/bluez/bluez/commit/fb1c694100b2aff6ee1ad69d2a07c0f122e2e929
Author: Luiz Augusto von Dentz <[email protected]>
Date: 2023-03-24 (Fri, 24 Mar 2023)

Changed paths:
A client/scripts/advertise-broadcast.bt
A client/scripts/advertise-on.bt
A client/scripts/advertise-peripheral.bt
A client/scripts/gatt-batt.bt
A client/scripts/power-on-off.bt
A client/scripts/power-on.bt
A client/scripts/preset-custom.bt
A client/scripts/scan-bredr.bt
A client/scripts/scan-le.bt
A client/scripts/scan-on-off.bt
A client/scripts/scan-on.bt

Log Message:
-----------
client: Add samples init scripts

This adds sample init scripts that can be passed to bluetoothctl for
testing.


Compare: https://github.com/bluez/bluez/compare/648b4362521b...fb1c694100b2