Home
last modified time | relevance | path

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

/Zephyr-latest/subsys/bluetooth/audio/
Dtbs.c835 if (call_state == BT_TBS_CALL_STATE_ACTIVE) { in hold_other_calls()
854 call->state = BT_TBS_CALL_STATE_ACTIVE; in accept_call()
898 if (call->state == BT_TBS_CALL_STATE_ACTIVE) { in tbs_hold_call()
924 call->state = BT_TBS_CALL_STATE_ACTIVE; in retrieve_call()
1010 call_state != BT_TBS_CALL_STATE_ACTIVE) { in join_calls()
1020 joined_calls[i]->state = BT_TBS_CALL_STATE_ACTIVE; in join_calls()
1024 joined_calls[i]->state = BT_TBS_CALL_STATE_ACTIVE; in join_calls()
1860 call->state = BT_TBS_CALL_STATE_ACTIVE; in bt_tbs_remote_answer()
1884 if (call->state == BT_TBS_CALL_STATE_ACTIVE) { in bt_tbs_remote_hold()
1918 call->state = BT_TBS_CALL_STATE_ACTIVE; in bt_tbs_remote_retrieve()
Dtbs_internal.h63 case BT_TBS_CALL_STATE_ACTIVE: in bt_tbs_state_str()
/Zephyr-latest/include/zephyr/bluetooth/audio/
Dtbs.h54 #define BT_TBS_CALL_STATE_ACTIVE 0x03 macro
/Zephyr-latest/tests/bsim/bluetooth/audio/src/
Dtbs_client_test.c554 WAIT_FOR_COND(call_state == BT_TBS_CALL_STATE_ACTIVE); in test_main()