Home
last modified time | relevance | path

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

/Zephyr-latest/subsys/bluetooth/audio/
Dbap_scan_delegator.c112 uint32_t aggregated_bis_syncs) in bis_syncs_unique_or_no_pref() argument
114 if (requested_bis_syncs == 0U || aggregated_bis_syncs == 0U) { in bis_syncs_unique_or_no_pref()
119 aggregated_bis_syncs == BT_BAP_BIS_SYNC_NO_PREF) { in bis_syncs_unique_or_no_pref()
123 return (requested_bis_syncs & aggregated_bis_syncs) != 0U; in bis_syncs_unique_or_no_pref()
494 uint32_t aggregated_bis_syncs = 0; in scan_delegator_add_source() local
580 aggregated_bis_syncs)) { in scan_delegator_add_source()
583 aggregated_bis_syncs); in scan_delegator_add_source()
595 aggregated_bis_syncs |= internal_state->requested_bis_sync[i]; in scan_delegator_add_source()
677 uint32_t aggregated_bis_syncs = 0; in scan_delegator_mod_src() local
742 aggregated_bis_syncs)) { in scan_delegator_mod_src()
[all …]
Dbap_broadcast_assistant.c1241 static bool bis_syncs_unique_or_no_pref(uint32_t requested_bis_syncs, uint32_t aggregated_bis_syncs) in bis_syncs_unique_or_no_pref() argument
1243 if (requested_bis_syncs == 0U || aggregated_bis_syncs == 0U) { in bis_syncs_unique_or_no_pref()
1248 aggregated_bis_syncs == BT_BAP_BIS_SYNC_NO_PREF) { in bis_syncs_unique_or_no_pref()
1252 return (requested_bis_syncs & aggregated_bis_syncs) != 0U; in bis_syncs_unique_or_no_pref()
1258 uint32_t aggregated_bis_syncs = 0U; in valid_subgroup_params() local
1272 if (!bis_syncs_unique_or_no_pref(subgroups[i].bis_sync, aggregated_bis_syncs)) { in valid_subgroup_params()
1274 subgroups[i].bis_sync, aggregated_bis_syncs); in valid_subgroup_params()
1281 aggregated_bis_syncs |= subgroups[i].bis_sync; in valid_subgroup_params()