Home
last modified time | relevance | path

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

/Zephyr-Core-3.4.0/subsys/bluetooth/audio/
Dtbs_internal.h49 case BT_TBS_CALL_STATE_ALERTING: in bt_tbs_state_str()
Dtbs.c1049 if (inst->calls[i].state == BT_TBS_CALL_STATE_ALERTING) { in originate_call()
1090 call->state = BT_TBS_CALL_STATE_ALERTING; in originate_call()
1217 call->state = BT_TBS_CALL_STATE_ALERTING; in notify_app()
1962 if (call->state == BT_TBS_CALL_STATE_ALERTING) { in bt_tbs_remote_answer()
/Zephyr-Core-3.4.0/include/zephyr/bluetooth/audio/
Dtbs.h21 #define BT_TBS_CALL_STATE_ALERTING 0x02 macro