From: fdanis-oss <noreply@github.com>
To: linux-bluetooth@vger.kernel.org
Subject: [bluez/bluez] a410d2: shared/hfp: Add dial support
Date: Wed, 01 Oct 2025 00:01:13 -0700 [thread overview]
Message-ID: <bluez/bluez/push/refs/heads/1007578/000000-54d5cd@github.com> (raw)
Branch: refs/heads/1007578
Home: https://github.com/bluez/bluez
Commit: a410d28ac471c702f8c93c261273cd2eb6bcbcfb
https://github.com/bluez/bluez/commit/a410d28ac471c702f8c93c261273cd2eb6bcbcfb
Author: Frédéric Danis <frederic.danis@collabora.com>
Date: 2025-10-01 (Wed, 01 Oct 2025)
Changed paths:
M src/shared/hfp.c
M src/shared/hfp.h
Log Message:
-----------
shared/hfp: Add dial support
If no number, NULL or empry string, is passed to hfp_hf_dial() this
will try to call the last dialed phone number using AT+BLDN.
If the phone number starts with '>' and is followed by a number nnn…,
up to 10 digits, it will call the phone number in memory entry nnn….
Else it will performed a voice call to the number provided.
Commit: 7cc28016618a8828def72ee2eaed93cee838737d
https://github.com/bluez/bluez/commit/7cc28016618a8828def72ee2eaed93cee838737d
Author: Frédéric Danis <frederic.danis@collabora.com>
Date: 2025-10-01 (Wed, 01 Oct 2025)
Changed paths:
M unit/test-hfp.c
Log Message:
-----------
unit/test-hfp: Add dial tests for HF
This add the following tests:
- /HFP/HF/OCL/BV-01-C
Initiate a call placed to the last number
- /HFP/HF/OCL/BV-02-C
Handling ERROR response to a call placed to last number
- /HFP/HF/OCM/BV-01-C
Initiate a request to place a call with a memory location
- /HFP/HF/OCM/BV-02-C
Handling ERROR response to a call placed to an empty memory location
- /HFP/HF/OCN/BV-01-C
HF places a call with a phone number
Commit: b4c8b9d8fb54ef35f859fffd34ca2a927b1a0e16
https://github.com/bluez/bluez/commit/b4c8b9d8fb54ef35f859fffd34ca2a927b1a0e16
Author: Frédéric Danis <frederic.danis@collabora.com>
Date: 2025-10-01 (Wed, 01 Oct 2025)
Changed paths:
M src/shared/hfp.c
M src/shared/hfp.h
Log Message:
-----------
shared/hfp: Add in-band ring tone setting support
Commit: 296538ad6a8b592bfee03e56a040a3bf5cfad3d0
https://github.com/bluez/bluez/commit/296538ad6a8b592bfee03e56a040a3bf5cfad3d0
Author: Frédéric Danis <frederic.danis@collabora.com>
Date: 2025-10-01 (Wed, 01 Oct 2025)
Changed paths:
M unit/test-hfp.c
Log Message:
-----------
unit/test-hfp: Add Answer Incoming Call with In-Band Ring tests for HF
This add the following tests:
- /HFP/HF/ICA/BV-01-C
Verify the incoming call is answered from HF, in-band ring tone.
- /HFP/HF/ICA/BV-02-C
Verify that the AG can change its in-band ring tone setting.
- /HFP/HF/ICA/BV-03-C
Verify that the HF alerts of an incoming call using the local ring
signal regardless of the presence of the in-band ring tone.
- /HFP/HF/ICA/BV-04-C-full
duplicate of /HFP/HF/ICA/BV-04-C test with full SLC setup.
/HFP/HF/ICA/BV-05-C (Verify that the HF alerts an incoming call using
a locally generated alert signal and can answer an incoming call in
the AG when the AG does not use an in-band ring tone as an alert
mechanism for the HF and the IUT allows an Audio Connection to be
present) is similar to /HFP/HF/TCA/BV-02-C/HFP/HF/ICA/BV-04-C-full for
the HF side.
Commit: 4809adf24f23078bcd3c18252f73ed7a64a532d6
https://github.com/bluez/bluez/commit/4809adf24f23078bcd3c18252f73ed7a64a532d6
Author: Frédéric Danis <frederic.danis@collabora.com>
Date: 2025-10-01 (Wed, 01 Oct 2025)
Changed paths:
M unit/test-hfp.c
Log Message:
-----------
unit/test-hfp: Add incoming call prior to connection test
This add the following test:
- /HFP/HF/ICA/BV-07-C
Verify that HF can connect to an AG that is receiving an in-coming
call.
Commit: 54d5cddfdf8792ac0b66b784311993cc0088b84e
https://github.com/bluez/bluez/commit/54d5cddfdf8792ac0b66b784311993cc0088b84e
Author: Frédéric Danis <frederic.danis@collabora.com>
Date: 2025-10-01 (Wed, 01 Oct 2025)
Changed paths:
M unit/test-hfp.c
Log Message:
-----------
unit/test-hfp: Add incoming call interrupted test
This add the following test:
- /HFP/HF/CIT/BV-01-C
Verify that HF responds as expected when a normal incoming call
process is interrupted from the remote party.
Compare: https://github.com/bluez/bluez/compare/a410d28ac471%5E...54d5cddfdf87
To unsubscribe from these emails, change your notification settings at https://github.com/bluez/bluez/settings/notifications
reply other threads:[~2025-10-01 7:01 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=bluez/bluez/push/refs/heads/1007578/000000-54d5cd@github.com \
--to=noreply@github.com \
--cc=linux-bluetooth@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox