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
272 for (size_t i = 0; i < ARRAY_SIZE(scan_delegator.recv_states); i++) { in scan_delegator_security_changed()
274 &scan_delegator.recv_states[i]; in scan_delegator_security_changed()
304 next_src_id = scan_delegator.next_src_id++; in next_src_id()
306 for (size_t i = 0; i < ARRAY_SIZE(scan_delegator.recv_states); i++) { in next_src_id()
307 if (scan_delegator.recv_states[i].active && in next_src_id()
308 scan_delegator.recv_states[i].state.src_id == next_src_id) { in next_src_id()
320 for (size_t i = 0; i < ARRAY_SIZE(scan_delegator.recv_states); i++) { in bass_lookup_src_id()
321 if (scan_delegator.recv_states[i].active && in bass_lookup_src_id()
322 scan_delegator.recv_states[i].state.src_id == src_id) { in bass_lookup_src_id()
[all …]