Lines Matching refs:ag
55 void (*connected)(struct bt_hfp_ag *ag);
64 void (*disconnected)(struct bt_hfp_ag *ag);
73 void (*sco_connected)(struct bt_hfp_ag *ag, struct bt_conn *sco_conn);
82 void (*sco_disconnected)(struct bt_hfp_ag *ag);
96 int (*memory_dial)(struct bt_hfp_ag *ag, const char *location, char **number);
106 void (*outgoing)(struct bt_hfp_ag *ag, const char *number);
116 void (*incoming)(struct bt_hfp_ag *ag, const char *number);
126 void (*ringing)(struct bt_hfp_ag *ag, bool in_band);
135 void (*accept)(struct bt_hfp_ag *ag);
144 void (*reject)(struct bt_hfp_ag *ag);
153 void (*terminate)(struct bt_hfp_ag *ag);
162 void (*codec)(struct bt_hfp_ag *ag, uint32_t ids);
186 int bt_hfp_ag_connect(struct bt_conn *conn, struct bt_hfp_ag **ag, uint8_t channel);
196 int bt_hfp_ag_disconnect(struct bt_hfp_ag *ag);
207 int bt_hfp_ag_remote_incoming(struct bt_hfp_ag *ag, const char *number);
217 int bt_hfp_ag_reject(struct bt_hfp_ag *ag);
227 int bt_hfp_ag_accept(struct bt_hfp_ag *ag);
237 int bt_hfp_ag_terminate(struct bt_hfp_ag *ag);
248 int bt_hfp_ag_outgoing(struct bt_hfp_ag *ag, const char *number);
258 int bt_hfp_ag_remote_ringing(struct bt_hfp_ag *ag);
268 int bt_hfp_ag_remote_reject(struct bt_hfp_ag *ag);
278 int bt_hfp_ag_remote_accept(struct bt_hfp_ag *ag);
288 int bt_hfp_ag_remote_terminate(struct bt_hfp_ag *ag);