Searched refs:bis_count (Results 1 – 7 of 7) sorted by relevance
| /Zephyr-latest/subsys/bluetooth/audio/ |
| D | bap_base.c | 158 uint8_t bis_count; in bt_bap_base_get_base_from_ad() local 160 if (net_buf.len < sizeof(bis_count)) { in bt_bap_base_get_base_from_ad() 166 bis_count = base_pull_bis_count(&net_buf); in bt_bap_base_get_base_from_ad() 167 if (bis_count == 0 || bis_count > BT_ISO_MAX_GROUP_ISO_COUNT) { in bt_bap_base_get_base_from_ad() 168 LOG_DBG("Subgroup[%u]: Invalid BIS count: %u", i, bis_count); in bt_bap_base_get_base_from_ad() 195 for (uint8_t j = 0U; j < bis_count; j++) { in bt_bap_base_get_base_from_ad() 243 uint8_t bis_count; in bt_bap_base_get_size() local 246 bis_count = base_pull_bis_count(&net_buf); in bt_bap_base_get_size() 261 for (uint8_t j = 0U; j < bis_count; j++) { in bt_bap_base_get_size() 345 uint8_t bis_count; in bt_bap_base_foreach_subgroup() local [all …]
|
| D | bap_broadcast_source.c | 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() [all …]
|
| D | bap_broadcast_sink.c | 1230 uint8_t bis_count; in bt_bap_broadcast_sink_sync() local 1274 bis_count = bit_count(indexes_bitfield); in bt_bap_broadcast_sink_sync() 1275 if (bis_count > CONFIG_BT_BAP_BROADCAST_SNK_STREAM_COUNT) { in bt_bap_broadcast_sink_sync() 1277 CONFIG_BT_BAP_BROADCAST_SNK_STREAM_COUNT, bis_count); in bt_bap_broadcast_sink_sync()
|
| /Zephyr-latest/samples/bluetooth/iso_broadcast_benchmark/src/ |
| D | broadcaster.c | 452 uint64_t bis_count; in parse_bis_count_arg() local 462 bis_count = strtoul(buffer, NULL, 0); in parse_bis_count_arg() 463 if (bis_count > MAX(BT_ISO_MAX_GROUP_ISO_COUNT, CONFIG_BT_ISO_MAX_CHAN)) { in parse_bis_count_arg() 464 printk("Invalid BIS count %llu", bis_count); in parse_bis_count_arg() 468 return (int)bis_count; in parse_bis_count_arg() 480 int bis_count; in parse_args() local 527 bis_count = parse_bis_count_arg(); in parse_args() 528 if (bis_count < 0) { in parse_args() 571 big_create_param.num_bis = bis_count; in parse_args()
|
| D | receiver.c | 36 static uint8_t bis_count; variable 155 bis_count = MIN(biginfo->num_bis, CONFIG_BT_ISO_MAX_CHAN); in biginfo_cb() 374 big_sync_param.num_bis = bis_count; in create_big_sync()
|
| /Zephyr-latest/samples/bluetooth/iso_broadcast_benchmark/ |
| D | README.rst | 99 …rent settings: rtn=2, interval=7500, latency=10, phy=2, sdu=251, packing=0, framing=0, bis_count=2)
|
| /Zephyr-latest/tests/bsim/bluetooth/ll/bis/src/ |
| D | test_bis.c | 305 uint8_t bis_count = 1; /* TODO: Add support for multiple BIS per BIG */ in create_ll_big() local 317 err = ll_big_create(big_handle, adv_handle, bis_count, sdu_interval, in create_ll_big()
|