Branch: refs/heads/master Home: https://github.com/bluez/bluez Commit: 9a550d43b84ed808ff2a678b0117a8e14355d80c https://github.com/bluez/bluez/commit/9a550d43b84ed808ff2a678b0117a8e14355d80c Author: Luiz Augusto von Dentz <luiz.von.dentz@xxxxxxxxx> Date: 2022-12-06 (Tue, 06 Dec 2022) Changed paths: M client/gatt.c M client/gatt.h M client/main.c Log Message: ----------- client: Allow gatt.select-attribute to work with local attributes This allows gatt.select-attribute local to select from the registered attributes: [bluetooth]# gatt.select-attribute local /org/bluez/app/service0/chrc0 [/org/bluez/app/service0/chrc0]# gatt.write 0x01 [CHG] Attribute /org/bluez/app/service0/chrc0 (%UUID) written [/org/bluez/app/service0/chrc0]# gatt.read 01 . [/org/bluez/app/service0/chrc0]# gatt.select-attribute local /org/bluez/app/service0/chrc1 [/org/bluez/app/service0/chrc1]# gatt.write 0x01 [CHG] Attribute /org/bluez/app/service0/chrc1 (%UUID) written [/org/bluez/app/service0/chrc1]# gatt.read 01 . [/org/bluez/app/service0/chrc1]# Commit: 33b84917ee9645a1fbef9173ee6e1df47cc8ff2c https://github.com/bluez/bluez/commit/33b84917ee9645a1fbef9173ee6e1df47cc8ff2c Author: Luiz Augusto von Dentz <luiz.von.dentz@xxxxxxxxx> Date: 2022-12-06 (Tue, 06 Dec 2022) Changed paths: M emulator/bthost.c M emulator/bthost.h M tools/iso-tester.c Log Message: ----------- bthost: Add callback to accept ISO connections This enables setting an accept callback which can return reject reason if the connection shall not be accepted. Commit: 758161c422e694d2d76e69a71ddd2ecbafa9bde8 https://github.com/bluez/bluez/commit/758161c422e694d2d76e69a71ddd2ecbafa9bde8 Author: Luiz Augusto von Dentz <luiz.von.dentz@xxxxxxxxx> Date: 2022-12-07 (Wed, 07 Dec 2022) Changed paths: M tools/iso-tester.c Log Message: ----------- iso-tester: Add test when peer rejects CIS This adds the following test for testing when remote stack rejects the CIS: ISO Connect - Reject Passed Compare: https://github.com/bluez/bluez/compare/35947e26771c...758161c422e6