Branch: refs/heads/master Home: https://github.com/bluez/bluez Commit: 129b19166304d40073a424d8b9ac28d3802b52f7 https://github.com/bluez/bluez/commit/129b19166304d40073a424d8b9ac28d3802b52f7 Author: Luiz Augusto von Dentz <luiz.von.dentz@xxxxxxxxx> Date: 2024-04-26 (Fri, 26 Apr 2024) Changed paths: M doc/org.bluez.GattCharacteristic.rst M doc/org.bluez.GattDescriptor.rst Log Message: ----------- org.bluez.Gatt: Add org.bluez.Error.ImproperlyConfigured error to WriteValue Some attributes may require to generate BT_ERROR_CCC_IMPROPERLY_CONFIGURED when its CCC is not properly configured so this adds the possibility to generate it by replying with org.bluez.Error.ImproperlyConfigured error to WriteValue. Commit: 9b29784717f4682ca527c76c81b5ba92ba00c313 https://github.com/bluez/bluez/commit/9b29784717f4682ca527c76c81b5ba92ba00c313 Author: Luiz Augusto von Dentz <luiz.von.dentz@xxxxxxxxx> Date: 2024-04-26 (Fri, 26 Apr 2024) Changed paths: M src/gatt-database.c Log Message: ----------- gatt-database: Implement support to org.bluez.Error.ImproperlyConfigured This implements support for handling when applications reply with org.bluez.Error.ImproperlyConfigured the code will translate it to BT_ERROR_CCC_IMPROPERLY_CONFIGURED. Fixes: https://github.com/bluez/bluez/issues/827 Commit: d2a2aabee646c4e95655bc5dc93c323efa5fc588 https://github.com/bluez/bluez/commit/d2a2aabee646c4e95655bc5dc93c323efa5fc588 Author: Sarveshwar Bajaj <sarveshwar.bajaj@xxxxxxx> Date: 2024-04-29 (Mon, 29 Apr 2024) Changed paths: M src/shared/bap.c Log Message: ----------- Fix null pointer deference in bap_get_ascs() Ensure that bap and rdb pointers are valid before accessing or allocating memory for ascs. Added null check to prevent potential crash Compare: https://github.com/bluez/bluez/compare/c42702cfc48e...d2a2aabee646 To unsubscribe from these emails, change your notification settings at https://github.com/bluez/bluez/settings/notifications