Skip to content

Commit f482613

Browse files
lylezhu2012kartben
authored andcommitted
Bluetooth: HFP_AG: fix typo
Change `Dailing` to `Dialing`. Change `HFP unit` to `HF`. Signed-off-by: Lyle Zhu <[email protected]>
1 parent d9dd2e4 commit f482613

File tree

1 file changed

+5
-5
lines changed
  • include/zephyr/bluetooth/classic

1 file changed

+5
-5
lines changed

include/zephyr/bluetooth/classic/hfp_ag.h

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -118,12 +118,12 @@ struct bt_hfp_ag_cb {
118118
/** HF memory dialing request Callback
119119
*
120120
* If this callback is provided it will be called whenever a
121-
* new call is requested with memory dialing from HFP unit.
121+
* new call is requested with memory dialing from HF.
122122
* Get the phone number according to the given AG memory location.
123123
*
124124
* @param ag HFP AG object.
125125
* @param location AG memory location
126-
* @param number Dailing number
126+
* @param number Dialing number
127127
*
128128
* @return 0 in case of success or negative value in case of error.
129129
*/
@@ -152,7 +152,7 @@ struct bt_hfp_ag_cb {
152152
*
153153
* @param ag HFP AG object.
154154
* @param call HFP AG call object.
155-
* @param number Dailing number
155+
* @param number Dialing number
156156
*/
157157
void (*outgoing)(struct bt_hfp_ag *ag, struct bt_hfp_ag_call *call, const char *number);
158158

@@ -448,7 +448,7 @@ int bt_hfp_ag_disconnect(struct bt_hfp_ag *ag);
448448
* Notify HFP Unit of an incoming call.
449449
*
450450
* @param ag HFP AG object.
451-
* @param number Dailing number.
451+
* @param number Dialing number.
452452
*
453453
* @return 0 in case of success or negative value in case of error.
454454
*/
@@ -519,7 +519,7 @@ int bt_hfp_ag_hold(struct bt_hfp_ag_call *call);
519519
* Dial a call.
520520
*
521521
* @param ag HFP AG object.
522-
* @param number Dailing number.
522+
* @param number Dialing number.
523523
*
524524
* @return 0 in case of success or negative value in case of error.
525525
*/

0 commit comments

Comments
 (0)