Home
last modified time | relevance | path

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

/Zephyr-Core-3.4.0/subsys/bluetooth/audio/
Dtbs.c110 static uint8_t held_calls_cnt; variable
916 held_calls_cnt = 0; in hold_other_calls()
936 held_calls[held_calls_cnt++] = &inst->calls[i]; in hold_other_calls()
940 held_calls[held_calls_cnt++] = &inst->calls[i]; in hold_other_calls()
1248 if (held_calls_cnt != 0 && tbs_cbs->hold_call != NULL) { in notify_app()
1249 for (int i = 0; i < held_calls_cnt; i++) { in notify_app()