Searched defs:ag (Results 1 – 2 of 2) sorted by relevance
/Zephyr-latest/subsys/bluetooth/host/classic/ |
D | hfp_ag.c | 62 struct bt_hfp_ag *ag; member 125 static void hfp_ag_lock(struct bt_hfp_ag *ag) in hfp_ag_lock() 130 static void hfp_ag_unlock(struct bt_hfp_ag *ag) in hfp_ag_unlock() 135 static void bt_hfp_ag_set_state(struct bt_hfp_ag *ag, bt_hfp_state_t state) in bt_hfp_ag_set_state() 166 static void bt_hfp_ag_set_call_state(struct bt_hfp_ag *ag, bt_hfp_call_state_t call_state) in bt_hfp_ag_set_call_state() 244 static int hfp_ag_next_step(struct bt_hfp_ag *ag, bt_hfp_ag_tx_cb_t cb, void *user_data) in hfp_ag_next_step() 269 static int hfp_ag_send(struct bt_hfp_ag *ag, struct bt_ag_tx *tx) in hfp_ag_send() 283 struct bt_hfp_ag *ag = CONTAINER_OF(dwork, struct bt_hfp_ag, tx_work); in bt_ag_tx_work() local 325 static int hfp_ag_send_data(struct bt_hfp_ag *ag, bt_hfp_ag_tx_cb_t cb, void *user_data, in hfp_ag_send_data() 433 static int bt_hfp_ag_brsf_handler(struct bt_hfp_ag *ag, struct net_buf *buf) in bt_hfp_ag_brsf_handler() [all …]
|
/Zephyr-latest/samples/bluetooth/handsfree_ag/src/ |
D | main.c | 44 static void ag_connected(struct bt_hfp_ag *ag) in ag_connected() 50 static void ag_disconnected(struct bt_hfp_ag *ag) in ag_disconnected() 55 static void ag_sco_connected(struct bt_hfp_ag *ag, struct bt_conn *sco_conn) in ag_sco_connected() 60 static void ag_sco_disconnected(struct bt_hfp_ag *ag) in ag_sco_disconnected() 65 static void ag_ringing(struct bt_hfp_ag *ag, bool in_band) in ag_ringing() 70 static void ag_accept(struct bt_hfp_ag *ag) in ag_accept() 76 static void ag_reject(struct bt_hfp_ag *ag) in ag_reject() 82 static void ag_terminate(struct bt_hfp_ag *ag) in ag_terminate() 88 static void ag_outgoing(struct bt_hfp_ag *ag, const char *number) in ag_outgoing() 95 static void ag_incoming(struct bt_hfp_ag *ag, const char *number) in ag_incoming()
|