Home
last modified time | relevance | path

Searched refs:bt_hfp_ag_outgoing (Results 1 – 3 of 3) sorted by relevance

/Zephyr-latest/include/zephyr/bluetooth/classic/
Dhfp_ag.h248 int bt_hfp_ag_outgoing(struct bt_hfp_ag *ag, const char *number);
/Zephyr-latest/samples/bluetooth/handsfree_ag/src/
Dmain.c299 err = bt_hfp_ag_outgoing(hfp_ag, "test_hf"); in call_connect_work_handler()
/Zephyr-latest/subsys/bluetooth/host/classic/
Dhfp_ag.c1329 int err = bt_hfp_ag_outgoing(ag, ag->number); in bt_hfp_ag_unit_call_outgoing()
2068 int bt_hfp_ag_outgoing(struct bt_hfp_ag *ag, const char *number) in bt_hfp_ag_outgoing() function