Home
last modified time | relevance | path

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

/Zephyr-latest/subsys/bluetooth/audio/
Dtbs.c84 static uint8_t held_calls_cnt; variable
817 held_calls_cnt = 0; in hold_other_calls()
837 held_calls[held_calls_cnt++] = &inst->calls[i]; in hold_other_calls()
840 held_calls[held_calls_cnt++] = &inst->calls[i]; in hold_other_calls()
1109 if (held_calls_cnt != 0 && tbs_cbs->hold_call != NULL) { in notify_app()
1110 for (int i = 0; i < held_calls_cnt; i++) { in notify_app()