Searched defs:bt_hfp_ag_cb (Results 1 – 1 of 1) sorted by relevance
47 struct bt_hfp_ag_cb { struct55 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);[all …]