Branch: refs/heads/993518 Home: https://github.com/bluez/bluez Commit: c11c0555997b834e5eedef4bf78378acbe254f62 https://github.com/bluez/bluez/commit/c11c0555997b834e5eedef4bf78378acbe254f62 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: 619e7f78a20fbb3e515e3f294abc65c86892384e https://github.com/bluez/bluez/commit/619e7f78a20fbb3e515e3f294abc65c86892384e 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: 6e269585d1da171aea02ff442a8be91d579373f5 https://github.com/bluez/bluez/commit/6e269585d1da171aea02ff442a8be91d579373f5 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: 0fff08f962ffcd04bd6044ffa476b9867c229580 https://github.com/bluez/bluez/commit/0fff08f962ffcd04bd6044ffa476b9867c229580 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/c11c0555997b%5E...0fff08f962ff To unsubscribe from these emails, change your notification settings at https://github.com/bluez/bluez/settings/notifications