Branch: refs/heads/966677 Home: https://github.com/bluez/bluez Commit: a089831e49937230a2bafd94b356d07ec5628b48 https://github.com/bluez/bluez/commit/a089831e49937230a2bafd94b356d07ec5628b48 Author: Luiz Augusto von Dentz <luiz.von.dentz@xxxxxxxxx> Date: 2025-05-27 (Tue, 27 May 2025) Changed paths: M src/shared/bap.c Log Message: ----------- shared/bap: Fix not handling read offset Some attributes may need to handle offset other than 0 in case read long procedure is used, so this properly handles that for PAC_SINK_CHRC_UUID and PAC_SOURCE_CHRC_UUID. In addition to PAC record this also uses gatt_db_attribute_set_fixed_length for attributes that are considered of fixed size so gatt_db can handle offset directly. Fixes: https://github.com/bluez/bluez/issues/1294 To unsubscribe from these emails, change your notification settings at https://github.com/bluez/bluez/settings/notifications