Branch: refs/heads/master Home: https://github.com/bluez/bluez Commit: 56b483c7f869358ac8bfa6d92d5444f39ee13181 https://github.com/bluez/bluez/commit/56b483c7f869358ac8bfa6d92d5444f39ee13181 Author: Frédéric Danis <frederic.danis@xxxxxxxxxxxxx> Date: 2025-08-20 (Wed, 20 Aug 2025) Changed paths: M src/shared/hfp.c M src/shared/hfp.h Log Message: ----------- shared/hfp: Add HF SLC connection function This implements the minimal SLC connection exchange, i.e. AT+BRSF, AT+CIND=?, AT+CIND? and AT+CMER=3,0,0,1 requested to complete the Service Level Connection Establishment. Commit: fb9b5c04fc3c9ba2dbeb735c6c39731b53ca7e89 https://github.com/bluez/bluez/commit/fb9b5c04fc3c9ba2dbeb735c6c39731b53ca7e89 Author: Frédéric Danis <frederic.danis@xxxxxxxxxxxxx> Date: 2025-08-20 (Wed, 20 Aug 2025) Changed paths: M unit/test-hfp.c Log Message: ----------- unit/test-hfp: Add SLC connection test This adds minimal packet exchange to test the SLC establishment. Commit: bcd94e3e327dde224417aae67338e71202bfdda5 https://github.com/bluez/bluez/commit/bcd94e3e327dde224417aae67338e71202bfdda5 Author: Frédéric Danis <frederic.danis@xxxxxxxxxxxxx> Date: 2025-08-20 (Wed, 20 Aug 2025) Changed paths: M src/shared/hfp.c Log Message: ----------- shared/hfp: Add +CIEV event support Register +CIEV handler on SLC completion to call the update_indicator call back on unsolicited events. Commit: ed2da1a3786d02a4ffca601228f318a276a457f5 https://github.com/bluez/bluez/commit/ed2da1a3786d02a4ffca601228f318a276a457f5 Author: Frédéric Danis <frederic.danis@xxxxxxxxxxxxx> Date: 2025-08-20 (Wed, 20 Aug 2025) Changed paths: M unit/test-hfp.c Log Message: ----------- unit/test-hfp: Add indicators tests for HF This adds the following tests: - /HFP/HF/TRS/BV-01-C Verify that the HF accepts the registration status indication. - /HFP/HF/PSI/BV-01-C Verify that the HF successfully receives the signal strength status of the AG. - /HFP/HF/PSI/BV-02-C Verify that the HF successfully receives the roaming status of the AG. - /HFP/HF/PSI/BV-03-C Verify that the HF successfully receives the battery level status of the AG. Compare: https://github.com/bluez/bluez/compare/00eea35722b7...ed2da1a3786d To unsubscribe from these emails, change your notification settings at https://github.com/bluez/bluez/settings/notifications