Home
last modified time | relevance | path

Searched refs:bt_tbs_hold (Results 1 – 5 of 5) sorted by relevance

/Zephyr-latest/include/zephyr/bluetooth/audio/
Dtbs.h298 int bt_tbs_hold(uint8_t call_index);
/Zephyr-latest/tests/bsim/bluetooth/audio/src/
Dtbs_test.c231 err = bt_tbs_hold(g_call_index); in test_hold_retrieve()
/Zephyr-latest/subsys/bluetooth/audio/shell/
Dtbs.c200 result = bt_tbs_hold((uint8_t)call_index); in cmd_tbs_hold()
/Zephyr-latest/tests/bluetooth/tester/src/audio/
Dbtp_ccp.c969 err = bt_tbs_hold(cp->index); in tbs_hold()
/Zephyr-latest/subsys/bluetooth/audio/
Dtbs.c1749 int bt_tbs_hold(uint8_t call_index) in bt_tbs_hold() function