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()
519 uint32_t aggregated_bis_syncs = 0; in scan_delegator_add_source() local
630 aggregated_bis_syncs)) { in scan_delegator_add_source()
633 aggregated_bis_syncs); in scan_delegator_add_source()
645 aggregated_bis_syncs |= internal_state->requested_bis_sync[i]; in scan_delegator_add_source()
715 uint32_t aggregated_bis_syncs = 0; in scan_delegator_mod_src() local
805 aggregated_bis_syncs)) { in scan_delegator_mod_src()
[all …]
Dbap_broadcast_assistant.c1256 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
1258 if (requested_bis_syncs == 0U || aggregated_bis_syncs == 0U) { in bis_syncs_unique_or_no_pref()
1263 aggregated_bis_syncs == BT_BAP_BIS_SYNC_NO_PREF) { in bis_syncs_unique_or_no_pref()
1267 return (requested_bis_syncs & aggregated_bis_syncs) != 0U; in bis_syncs_unique_or_no_pref()
1273 uint32_t aggregated_bis_syncs = 0U; in valid_subgroup_params() local
1287 if (!bis_syncs_unique_or_no_pref(subgroups[i].bis_sync, aggregated_bis_syncs)) { in valid_subgroup_params()
1289 subgroups[i].bis_sync, aggregated_bis_syncs); in valid_subgroup_params()
1296 aggregated_bis_syncs |= subgroups[i].bis_sync; in valid_subgroup_params()