Branch: refs/heads/master Home: https://github.com/bluez/bluez Commit: 393e81a7473c636a6a00f49d9246e8a2e6d5674a https://github.com/bluez/bluez/commit/393e81a7473c636a6a00f49d9246e8a2e6d5674a Author: Luiz Augusto von Dentz <luiz.von.dentz@xxxxxxxxx> Date: 2025-09-08 (Mon, 08 Sep 2025) Changed paths: M src/adapter.c M src/btd.h M src/main.c M src/main.conf Log Message: ----------- main.conf: Add FilterDiscoverable option This adds FilterDiscoverable option which can be use to control if devices in non-discoverable mode shall be filtered or not, the default is true to adhere to core spec: 9.2. Discovery modes and procedures All devices shall be in either non-discoverable mode or one of the discoverable modes. A device in the discoverable mode shall be in either the general discoverable mode or the limited discoverable mode. A device in the non-discoverable mode is not discoverable. Devices operating in either the general discoverable mode or the limited discoverable mode can be found by the discovering device. Commit: 2efd925db0b537c422d30283514e81816b673a03 https://github.com/bluez/bluez/commit/2efd925db0b537c422d30283514e81816b673a03 Author: Roman Smirnov <r.smirnov@xxxxxx> Date: 2025-09-09 (Tue, 09 Sep 2025) Changed paths: M client/assistant.c Log Message: ----------- client/assistant: Use strnlen() instead of strlen() Using strlen() can lead to undefined behavior. Commit: 441f95a9c146bcace5023847ff9fbe39eaf44716 https://github.com/bluez/bluez/commit/441f95a9c146bcace5023847ff9fbe39eaf44716 Author: Frédéric Danis <frederic.danis@xxxxxxxxxxxxx> Date: 2025-09-09 (Tue, 09 Sep 2025) Changed paths: M unit/test-hfp.c Log Message: ----------- unit/test-hfp: Fix MINIMAL_SLC_SESSION Fix missing commas in +CIND reply. Compare: https://github.com/bluez/bluez/compare/f9a98ff26e50...441f95a9c146 To unsubscribe from these emails, change your notification settings at https://github.com/bluez/bluez/settings/notifications