Branch: refs/heads/master Home: https://github.com/bluez/bluez Commit: f40c5857d70a91e417e22da9da20f4193414b8a3 https://github.com/bluez/bluez/commit/f40c5857d70a91e417e22da9da20f4193414b8a3 Author: Luiz Augusto von Dentz <luiz.von.dentz@xxxxxxxxx> Date: 2024-05-02 (Thu, 02 May 2024) Changed paths: M src/shared/ad.c M src/shared/ad.h Log Message: ----------- src/shared: Make default length handle EA By default bt_ad was setting just BT_AD_MAX_DATA_LEN (31) which is not enough to handle devices advertising using EA, so this switches the default to be BT_EA_MAX_DATA_LEN (251) since EA is much more common nowadays and for those case where the it is not supported (e.g. for advertisers without EA support) then shall be using bt_ad_set_max_len to adjust the maximum length. Fixes: https://github.com/bluez/bluez/issues/832 Commit: 14057f2cc0ea31b0f332e65dcfba2197b1e280f2 https://github.com/bluez/bluez/commit/14057f2cc0ea31b0f332e65dcfba2197b1e280f2 Author: Christian Eggers <ceggers@xxxxxxx> Date: 2024-05-02 (Thu, 02 May 2024) Changed paths: M client/gatt.c Log Message: ----------- client/gatt: gatt_register_app: fix parsing of UUIDs - argv[0] (shell command) must not be used as UUID argument - fixed linked list iteration Compare: https://github.com/bluez/bluez/compare/6fc599e334ce...14057f2cc0ea To unsubscribe from these emails, change your notification settings at https://github.com/bluez/bluez/settings/notifications