Branch: refs/heads/1001291 Home: https://github.com/bluez/bluez Commit: b79d2cb9de144e30c87ce89af547e5f787b2cc03 https://github.com/bluez/bluez/commit/b79d2cb9de144e30c87ce89af547e5f787b2cc03 Author: Frédéric Danis <frederic.danis@xxxxxxxxxxxxx> Date: 2025-09-11 (Thu, 11 Sep 2025) Changed paths: M src/shared/hfp.c M src/shared/hfp.h Log Message: ----------- shared/hfp: Add Operator name support Send AT+COPS=3,0 at the end of the SLC creation to set the format of the operator selection to long alphanumeric, then query the currently selected operator name from the AG. Register +COPS handler to call the update_operator callback on event. Commit: 89e0dd83a8b141ef7229a0e825a0b0a8bc93168f https://github.com/bluez/bluez/commit/89e0dd83a8b141ef7229a0e825a0b0a8bc93168f Author: Frédéric Danis <frederic.danis@xxxxxxxxxxxxx> Date: 2025-09-11 (Thu, 11 Sep 2025) Changed paths: M unit/test-hfp.c Log Message: ----------- unit/test-hfp: Add Operator name test for HF This add the following test: - HFP/HF/PSI/BV-04-C Verify that the HF can query the currently selected operator name. Improve MINIMAL_SLC_SESSION macro to be able to set the service, call, callsetup and callheld indicators at connection time. Commit: 8c0d2fc8cb841a8943ee6127b77dbd48f4c282fb https://github.com/bluez/bluez/commit/8c0d2fc8cb841a8943ee6127b77dbd48f4c282fb Author: Frédéric Danis <frederic.danis@xxxxxxxxxxxxx> Date: 2025-09-11 (Thu, 11 Sep 2025) Changed paths: M src/shared/hfp.c M src/shared/hfp.h Log Message: ----------- shared/hfp: Add Call Line Identification support Send AT+CLIP=1 at the end of the SLC creation to enable CLIP event. Register +CLIP handler to call the update_call_line_id callback on event. During incoming call notifications, i.e. after +CIEV:<callsetup>,1 event which creates a new call object, the reception of +CLIP event will update the line_id and type of the call object. Commit: 6b424722aa82bf6b389dd6c675e94e19c8d86519 https://github.com/bluez/bluez/commit/6b424722aa82bf6b389dd6c675e94e19c8d86519 Author: Frédéric Danis <frederic.danis@xxxxxxxxxxxxx> Date: 2025-09-11 (Thu, 11 Sep 2025) Changed paths: M unit/test-hfp.c Log Message: ----------- unit/test-hfp: Add Call Line Identification test for HF This add the following test: - HFP/HF/CLI/BV-01-C Verify that the HF receives the caller ID. Compare: https://github.com/bluez/bluez/compare/b79d2cb9de14%5E...6b424722aa82 To unsubscribe from these emails, change your notification settings at https://github.com/bluez/bluez/settings/notifications