Lines Matching refs:bis_count
159 uint8_t bis_count; in bt_bap_base_get_base_from_ad() local
161 if (net_buf.len < sizeof(bis_count)) { in bt_bap_base_get_base_from_ad()
167 bis_count = base_pull_bis_count(&net_buf); in bt_bap_base_get_base_from_ad()
168 if (bis_count == 0 || bis_count > BT_ISO_MAX_GROUP_ISO_COUNT) { in bt_bap_base_get_base_from_ad()
169 LOG_DBG("Subgroup[%u]: Invalid BIS count: %u", i, bis_count); in bt_bap_base_get_base_from_ad()
196 for (uint8_t j = 0U; j < bis_count; j++) { in bt_bap_base_get_base_from_ad()
244 uint8_t bis_count; in bt_bap_base_get_size() local
247 bis_count = base_pull_bis_count(&net_buf); in bt_bap_base_get_size()
262 for (uint8_t j = 0U; j < bis_count; j++) { in bt_bap_base_get_size()
346 uint8_t bis_count; in bt_bap_base_foreach_subgroup() local
348 bis_count = base_pull_bis_count(&net_buf); in bt_bap_base_foreach_subgroup()
357 for (uint8_t j = 0U; j < bis_count; j++) { in bt_bap_base_foreach_subgroup()
521 uint8_t bis_count; in bt_bap_base_subgroup_foreach_bis() local
537 bis_count = base_pull_bis_count(&net_buf); in bt_bap_base_subgroup_foreach_bis()
546 for (uint8_t i = 0U; i < bis_count; i++) { in bt_bap_base_subgroup_foreach_bis()