Searched refs:requested_bis_syncs (Results 1 – 2 of 2) sorted by relevance
1241 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() argument1243 if (requested_bis_syncs == 0U || aggregated_bis_syncs == 0U) { in bis_syncs_unique_or_no_pref()1247 if (requested_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()
111 static bool bis_syncs_unique_or_no_pref(uint32_t requested_bis_syncs, in bis_syncs_unique_or_no_pref() argument114 if (requested_bis_syncs == 0U || aggregated_bis_syncs == 0U) { in bis_syncs_unique_or_no_pref()118 if (requested_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()