2023-05-02 16:54:08

by fdanis-oss

[permalink] [raw]
Subject: [bluez/bluez] f9376b: client/player: Add support for Metadata in BAP Pro...

Branch: refs/heads/master
Home: https://github.com/bluez/bluez
Commit: f9376b13b3fe67430239037fbfc28ad2828bd3b3
https://github.com/bluez/bluez/commit/f9376b13b3fe67430239037fbfc28ad2828bd3b3
Author: Abhay Maheta <[email protected]>
Date: 2023-04-28 (Fri, 28 Apr 2023)

Changed paths:
M client/player.c

Log Message:
-----------
client/player: Add support for Metadata in BAP Profile

This adds support for Metadata in BAP profile.
In order to register zero Metadata, 0 shall be
entered when prompted.

[bluetooth]# endpoint.register 00002bc9-0000-1000-8000-00805f9b34fb 0x06
[/local/endpoint/ep0] Enter Metadata (value/no): n
[/local/endpoint/ep0] Auto Accept (yes/no): y
[/local/endpoint/ep0] CIG (auto/value): a
[/local/endpoint/ep0] CIS (auto/value): a
Capabilities:
03 01 ff 00 02 02 03 02 03 03 05 04 1e 00 f0 00 ................
Endpoint /local/endpoint/ep0 registered


Commit: 416b8375ffde990c1ec443be0961b9ada38da75b
https://github.com/bluez/bluez/commit/416b8375ffde990c1ec443be0961b9ada38da75b
Author: Luiz Augusto von Dentz <[email protected]>
Date: 2023-05-01 (Mon, 01 May 2023)

Changed paths:
M client/player.c

Log Message:
-----------
client/player: Fix crash when RegisterEndpoint fails

If RegisterEndpoint fails when there are multiple adapters it would
attempt to free the same endpoint multiple times.


Commit: 0b88ee29ff1d174fa54d3e462fb0ebc890da3bf4
https://github.com/bluez/bluez/commit/0b88ee29ff1d174fa54d3e462fb0ebc890da3bf4
Author: Luiz Augusto von Dentz <[email protected]>
Date: 2023-05-01 (Mon, 01 May 2023)

Changed paths:
M src/shared/shell.c

Log Message:
-----------
shared/shell: Fix not releasing prompt

This fixes not releasing prompt when queueing a line to be executed
since it can be considered as user input if the init script is
attempting to enter it as response to prompt input.


Commit: 3818b99c764efe84cd3455081f6392c256564085
https://github.com/bluez/bluez/commit/3818b99c764efe84cd3455081f6392c256564085
Author: Luiz Augusto von Dentz <[email protected]>
Date: 2023-05-01 (Mon, 01 May 2023)

Changed paths:
M src/shared/shell.c

Log Message:
-----------
shared/shell: Fix smatch warning

This fixes the following warning:

src/shared/shell.c:615:21: warning: non-ANSI function declaration of
function 'bt_shell_usage'


Compare: https://github.com/bluez/bluez/compare/083e66d3ac2d...3818b99c764e