Home
last modified time | relevance | path

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

/Zephyr-latest/subsys/bluetooth/audio/
Dtbs_internal.h67 case BT_TBS_CALL_STATE_REMOTELY_HELD: in bt_tbs_state_str()
Dtbs.c1238 } else if (call_state == BT_TBS_CALL_STATE_REMOTELY_HELD) { in hold_other_calls()
1300 } else if (call->state == BT_TBS_CALL_STATE_REMOTELY_HELD) { in tbs_hold_call()
1326 call->state = BT_TBS_CALL_STATE_REMOTELY_HELD; in retrieve_call()
1418 joined_calls[i]->state = BT_TBS_CALL_STATE_REMOTELY_HELD; in join_calls()
2418 call->state = BT_TBS_CALL_STATE_REMOTELY_HELD; in bt_tbs_remote_hold()
2459 if (call->state == BT_TBS_CALL_STATE_REMOTELY_HELD) { in bt_tbs_remote_retrieve()
/Zephyr-latest/include/zephyr/bluetooth/audio/
Dtbs.h64 #define BT_TBS_CALL_STATE_REMOTELY_HELD 0x05 macro
/Zephyr-latest/tests/bsim/bluetooth/audio/src/
Dtbs_client_test.c531 WAIT_FOR_COND(call_state == BT_TBS_CALL_STATE_REMOTELY_HELD); in test_main()