Home
last modified time | relevance | path

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

/Zephyr-latest/tests/bsim/bluetooth/audio/src/
Dtbs_test.c195 err = bt_tbs_remote_answer(g_call_index); in test_answer_terminate()
224 err = bt_tbs_remote_answer(g_call_index); in test_hold_retrieve()
270 err = bt_tbs_remote_answer(g_call_index); in test_join()
287 err = bt_tbs_remote_answer(g_call_index); in test_join()
422 err = bt_tbs_remote_answer(g_call_index); in test_main()
/Zephyr-latest/include/zephyr/bluetooth/audio/
Dtbs.h352 int bt_tbs_remote_answer(uint8_t call_index);
/Zephyr-latest/subsys/bluetooth/audio/shell/
Dtbs.c329 result = bt_tbs_remote_answer((uint8_t)call_index); in cmd_tbs_answer()
/Zephyr-latest/subsys/bluetooth/audio/
Dtbs.c1844 int bt_tbs_remote_answer(uint8_t call_index) in bt_tbs_remote_answer() function