@@ -118,12 +118,12 @@ struct bt_hfp_ag_cb {
118
118
/** HF memory dialing request Callback
119
119
*
120
120
* 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 .
122
122
* Get the phone number according to the given AG memory location.
123
123
*
124
124
* @param ag HFP AG object.
125
125
* @param location AG memory location
126
- * @param number Dailing number
126
+ * @param number Dialing number
127
127
*
128
128
* @return 0 in case of success or negative value in case of error.
129
129
*/
@@ -152,7 +152,7 @@ struct bt_hfp_ag_cb {
152
152
*
153
153
* @param ag HFP AG object.
154
154
* @param call HFP AG call object.
155
- * @param number Dailing number
155
+ * @param number Dialing number
156
156
*/
157
157
void (* outgoing )(struct bt_hfp_ag * ag , struct bt_hfp_ag_call * call , const char * number );
158
158
@@ -448,7 +448,7 @@ int bt_hfp_ag_disconnect(struct bt_hfp_ag *ag);
448
448
* Notify HFP Unit of an incoming call.
449
449
*
450
450
* @param ag HFP AG object.
451
- * @param number Dailing number.
451
+ * @param number Dialing number.
452
452
*
453
453
* @return 0 in case of success or negative value in case of error.
454
454
*/
@@ -519,7 +519,7 @@ int bt_hfp_ag_hold(struct bt_hfp_ag_call *call);
519
519
* Dial a call.
520
520
*
521
521
* @param ag HFP AG object.
522
- * @param number Dailing number.
522
+ * @param number Dialing number.
523
523
*
524
524
* @return 0 in case of success or negative value in case of error.
525
525
*/
0 commit comments