Home
last modified time | relevance | path

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

/Zephyr-latest/subsys/bluetooth/audio/
Dbap_scan_delegator.c95 static struct bt_bap_scan_delegator_inst scan_delegator; variable
279 for (size_t i = 0; i < ARRAY_SIZE(scan_delegator.recv_states); i++) { in scan_delegator_security_changed()
281 &scan_delegator.recv_states[i]; in scan_delegator_security_changed()
311 next_src_id = scan_delegator.next_src_id++; in next_src_id()
313 for (size_t i = 0; i < ARRAY_SIZE(scan_delegator.recv_states); i++) { in next_src_id()
314 if (scan_delegator.recv_states[i].active && in next_src_id()
315 scan_delegator.recv_states[i].state.src_id == next_src_id) { in next_src_id()
327 for (size_t i = 0; i < ARRAY_SIZE(scan_delegator.recv_states); i++) { in bass_lookup_src_id()
328 if (scan_delegator.recv_states[i].active && in bass_lookup_src_id()
329 scan_delegator.recv_states[i].state.src_id == src_id) { in bass_lookup_src_id()
[all …]