Home
last modified time | relevance | path

Searched refs:ringing (Results 1 – 4 of 4) sorted by relevance

/Zephyr-latest/include/zephyr/bluetooth/classic/
Dhfp_ag.h126 void (*ringing)(struct bt_hfp_ag *ag, bool in_band); member
/Zephyr-latest/subsys/bluetooth/host/classic/
DKconfig125 not switch to ringing state before timeout, it will be
129 int "Call alerting/ringing timeout value for HFP AG [EXPERIMENTAL]"
133 The option sets the timeout of call alerting/ringing. If the
Dhfp_ag.c998 if (bt_ag && bt_ag->ringing) { in bt_hfp_ag_call_ringing_cb()
999 bt_ag->ringing(ag, in_bond); in bt_hfp_ag_call_ringing_cb()
/Zephyr-latest/samples/bluetooth/handsfree_ag/src/
Dmain.c108 .ringing = ag_ringing,