Lines Matching refs:bis_count
690 uint8_t bis_count; in bt_bap_broadcast_source_create() local
720 bis_count = 0U; in bt_bap_broadcast_source_create()
759 if (bis_count >= BROADCAST_STREAM_CNT) { in bt_bap_broadcast_source_create()
760 LOG_DBG("Stream count %d exceeded", bis_count); in bt_bap_broadcast_source_create()
764 codec_cfg = &source->codec_cfg[bis_count]; in bt_bap_broadcast_source_create()
775 bis_count++; in bt_bap_broadcast_source_create()
828 uint8_t bis_count; in bt_bap_broadcast_source_reconfig() local
899 bis_count = 0U; in bt_bap_broadcast_source_reconfig()
928 if (bis_count >= BROADCAST_STREAM_CNT) { in bt_bap_broadcast_source_reconfig()
929 LOG_DBG("Stream count %d exceeded", bis_count); in bt_bap_broadcast_source_reconfig()
933 codec_cfg = &source->codec_cfg[bis_count]; in bt_bap_broadcast_source_reconfig()
943 bis_count++; in bt_bap_broadcast_source_reconfig()
1043 size_t bis_count; in bt_bap_broadcast_source_start() local
1062 bis_count = 0; in bt_bap_broadcast_source_start()
1065 bis[bis_count++] = bt_bap_stream_iso_chan_get(stream); in bt_bap_broadcast_source_start()
1070 param.num_bis = bis_count; in bt_bap_broadcast_source_start()