Branch: refs/heads/master Home: https://github.com/bluez/bluez Commit: 306a8083ad19459136cb46b7ec7fb27b070fb118 https://github.com/bluez/bluez/commit/306a8083ad19459136cb46b7ec7fb27b070fb118 Author: Luiz Augusto von Dentz <luiz.von.dentz@xxxxxxxxx> Date: 2023-03-17 (Fri, 17 Mar 2023) Changed paths: M src/shared/gatt-client.c Log Message: ----------- shared/gatt-client: Fix not creating a request for notifications Notifications were using bt_att_send directly instead of bt_gatt_client_write_value thus it wouldn't create a request which causes the instance to not be able to track it which in turn may cause the client to trigger its idle callback too early. Fixes: https://github.com/bluez/bluez/issues/490 Commit: 28422cd231196037ae7d52f8803ff282482c607e https://github.com/bluez/bluez/commit/28422cd231196037ae7d52f8803ff282482c607e Author: Pauli Virtanen <pav@xxxxxx> Date: 2023-03-17 (Fri, 17 Mar 2023) Changed paths: M profiles/audio/transport.c Log Message: ----------- transport: add CIG/CIS/PHY properties, don't show unset QoS properties Add CIG, CIS, and PHY properties to BAP transport. The other QoS properties are there, and these may also be useful to clients, e.g. to manage CIG/CIS allocation as client. Hide transport QoS properties when they are not configured. Commit: 39260c3cfa056321feaf1d49fe8db92e17b386f0 https://github.com/bluez/bluez/commit/39260c3cfa056321feaf1d49fe8db92e17b386f0 Author: Pauli Virtanen <pav@xxxxxx> Date: 2023-03-17 (Fri, 17 Mar 2023) Changed paths: M doc/media-api.txt Log Message: ----------- doc: describe new ISO Transport properties Document the currently undocumented transport QoS properties. Compare: https://github.com/bluez/bluez/compare/806230e4fda7...39260c3cfa05