/Zephyr-latest/samples/bluetooth/iso_broadcast_benchmark/src/ |
D | broadcaster.c | 101 .rtn = DEFAULT_BIS_RTN, 139 uint64_t rtn; in parse_rtn_arg() local 142 iso_tx_qos.rtn, DEFAULT_BIS_RTN); in parse_rtn_arg() 149 rtn = strtoul(buffer, NULL, 0); in parse_rtn_arg() 150 if (rtn > BT_ISO_BROADCAST_RTN_MAX) { in parse_rtn_arg() 151 printk("Invalid RTN %llu", rtn); in parse_rtn_arg() 155 return (int)rtn; in parse_rtn_arg() 472 int rtn; in parse_args() local 491 rtn = parse_rtn_arg(); in parse_args() 492 if (rtn < 0) { in parse_args() [all …]
|
/Zephyr-latest/samples/bluetooth/iso_connected_benchmark/src/ |
D | main.c | 103 .rtn = DEFAULT_CIS_RTN, 113 .rtn = DEFAULT_CIS_RTN, 539 uint64_t rtn; in parse_rtn_arg() local 542 qos->rtn, DEFAULT_CIS_RTN); in parse_rtn_arg() 549 rtn = strtoul(buffer, NULL, 0); in parse_rtn_arg() 550 if (rtn > BT_ISO_CONNECTED_RTN_MAX) { in parse_rtn_arg() 551 printk("Invalid RTN %llu", rtn); in parse_rtn_arg() 555 return (int)rtn; in parse_rtn_arg() 913 int rtn; in parse_cis_args() local 923 rtn = parse_rtn_arg(qos); in parse_cis_args() [all …]
|
/Zephyr-latest/subsys/bluetooth/host/shell/ |
D | iso.c | 31 .sdu = 40u, .phy = BT_GAP_LE_PHY_2M, .rtn = 2u, \ 379 unsigned long rtn; in cmd_cig_create() local 381 rtn = shell_strtoul(argv[9], 0, &err); in cmd_cig_create() 388 if (rtn > BT_ISO_CONNECTED_RTN_MAX) { in cmd_cig_create() 389 shell_error(sh, "Invalid rtn %lu", rtn); in cmd_cig_create() 395 chans[0]->qos->tx->rtn = rtn; in cmd_cig_create() 399 chans[0]->qos->rx->rtn = rtn; in cmd_cig_create() 730 bis_iso_qos.tx->rtn = 2; in cmd_big_create()
|
/Zephyr-latest/subsys/bluetooth/audio/ |
D | ascs_internal.h | 58 uint8_t rtn; member 78 uint8_t rtn; member 167 uint8_t rtn; member
|
D | ascs.c | 722 cfg->rtn = pref->rtn; in ascs_ep_get_status_config() 734 bt_audio_dir_str(ep->dir), pref->unframed_supported, pref->phy, pref->rtn, in ascs_ep_get_status_config() 753 qos->rtn = ep->stream->qos->rtn; in ascs_ep_get_status_qos() 760 ep->stream->qos->framing, ep->stream->qos->phy, ep->stream->qos->rtn, in ascs_ep_get_status_qos() 974 io_qos->rtn = qos_cfg->rtn; in ascs_update_sdu_size() 1944 qos->sdu, qos->rtn, qos->latency, qos->pd); in ase_qos() 2124 cqos.rtn = qos->rtn; in ascs_qos()
|
D | bap_unicast_client.c | 851 iso_io_qos->rtn = qos->rtn; in unicast_client_ep_qos_update() 908 pref->rtn = cfg->rtn; in unicast_client_ep_config_state() 917 bt_audio_dir_str(ep->dir), pref->unframed_supported, pref->phy, pref->rtn, in unicast_client_ep_config_state() 1005 stream->qos->rtn = qos->rtn; in unicast_client_ep_qos_state() 1012 stream->qos->interval, stream->qos->framing, stream->qos->phy, stream->qos->rtn, in unicast_client_ep_qos_state() 1975 qos->phy, qos->sdu, qos->rtn, qos->latency, qos->pd); in bt_bap_unicast_client_ep_qos() 1986 req->rtn = qos->rtn; in bt_bap_unicast_client_ep_qos()
|
/Zephyr-latest/tests/bluetooth/audio/bap_broadcast_source/src/ |
D | main.c | 75 const uint8_t rtn = 2U; in bap_broadcast_source_test_suite_fixture_init() local 114 *qos_cfg = BT_BAP_QOS_CFG_UNFRAMED(10000u, sdu, rtn, latency, pd); in bap_broadcast_source_test_suite_fixture_init() 216 zassert_equal(create_param->qos->rtn, stream->qos->rtn, in ZTEST_F() 594 zassert_equal(reconf_param->qos->rtn, stream->qos->rtn, in ZTEST_F() 603 reconf_param->qos->rtn = 3U; in ZTEST_F() 616 zassert_equal(reconf_param->qos->rtn, stream->qos->rtn, in ZTEST_F() 646 zassert_equal(reconf_param->qos->rtn, stream->qos->rtn, in ZTEST_F() 654 reconf_param->qos->rtn = 3U; in ZTEST_F() 667 zassert_equal(reconf_param->qos->rtn, stream->qos->rtn, in ZTEST_F()
|
/Zephyr-latest/tests/bsim/bluetooth/ll/cis/src/ |
D | main.c | 363 iso_tx[i].rtn = 2U; 365 iso_tx[i].rtn = 0U; 379 iso_rx[i].rtn = 2U; 381 iso_rx[i].rtn = 0U; 663 iso_tx_p[i].rtn = 2U; 665 iso_tx_p[i].rtn = 0U;
|
/Zephyr-latest/doc/connectivity/bluetooth/shell/host/ |
D | iso.rst | 13 [phy] [rtn]
|
/Zephyr-latest/tests/bsim/bluetooth/audio/src/ |
D | bap_common.c | 92 qos->interval, qos->framing, qos->phy, qos->sdu, qos->rtn, qos->latency, qos->pd); in print_qos()
|
/Zephyr-latest/include/zephyr/bluetooth/audio/ |
D | bap.h | 82 .rtn = _rtn, \ 172 uint8_t rtn; member 246 .unframed_supported = _unframed_supported, .phy = _phy, .rtn = _rtn, \ 274 uint8_t rtn; member
|
/Zephyr-latest/doc/connectivity/bluetooth/shell/audio/ |
D | bap.rst | 35 stream_qos : interval [framing] [latency] [pd] [sdu] [phy] [rtn] 414 QoS: interval 10000 framing 0x00 phy 0x02 sdu 40 rtn 2 latency 10 pd 40000 429 QoS: interval 10000 framing 0x00 phy 0x02 sdu 80 rtn 2 latency 10 pd 40000 455 QoS: interval 10000 framing 0x00 phy 0x02 sdu 80 rtn 2 latency 10 pd 40000 470 QoS: interval 10000 framing 0x00 phy 0x02 sdu 80 rtn 2 latency 10 pd 40000 487 QoS: interval 10000 framing 0x00 phy 0x02 sdu 80 rtn 2 latency 10 pd 40000 517 uart:~$ bap stream_qos <interval> [framing] [latency] [pd] [sdu] [phy] [rtn]
|
/Zephyr-latest/samples/bluetooth/cap_acceptor/src/ |
D | cap_acceptor_unicast.c | 105 qos->interval, qos->framing, qos->phy, qos->sdu, qos->rtn, qos->latency, qos->pd); in log_qos() 262 pref->unframed_supported ? "supported" : "not supported", pref->phy, pref->rtn, in unicast_stream_configured_cb()
|
/Zephyr-latest/tests/bsim/bluetooth/host/iso/cis/src/ |
D | cis_central.c | 156 .rtn = 1, in init() 292 default_chan->qos->tx->rtn++; in reconfigure_cig()
|
/Zephyr-latest/subsys/bluetooth/controller/ll_sw/ |
D | ull_adv_iso.c | 91 uint16_t max_latency, uint8_t rtn, uint8_t phy, in big_create() argument 217 if (rtn > 0x0F) { in big_create() 400 lll_adv_iso->irc = rtn + 1U; in big_create() 428 if (!test_config && rtn) { in big_create() 429 rtn--; in big_create() 660 uint16_t max_latency, uint8_t rtn, uint8_t phy, in ll_big_create() argument 665 max_latency, rtn, phy, packing, framing, encryption, bcode, in ll_big_create()
|
/Zephyr-latest/samples/bluetooth/iso_central/src/ |
D | main.c | 167 .rtn = 1,
|
/Zephyr-latest/tests/bsim/bluetooth/host/iso/frag/src/ |
D | broadcaster.c | 157 .rtn = 1, in init()
|
/Zephyr-latest/samples/bluetooth/iso_broadcast/src/ |
D | main.c | 61 .rtn = 1,
|
/Zephyr-latest/tests/bsim/bluetooth/host/iso/frag_2/src/ |
D | broadcaster.c | 154 .rtn = 1,
|
/Zephyr-latest/tests/bsim/bluetooth/host/iso/bis/src/ |
D | bis_broadcaster.c | 132 .rtn = 1, in init()
|
/Zephyr-latest/tests/bsim/bluetooth/ll/bis/src/ |
D | test_bis.c | 280 uint8_t rtn = 0; in create_ll_big() local 288 max_sdu, max_latency, rtn, phy, packing, framing, in create_ll_big() 325 iso_tx_qos.rtn = 2; in create_big()
|
/Zephyr-latest/include/zephyr/bluetooth/ |
D | iso.h | 232 uint8_t rtn; member
|
/Zephyr-latest/samples/bluetooth/tmap_peripheral/src/ |
D | bap_unicast_sr.c | 119 qos->rtn, qos->latency, qos->pd); in print_qos()
|
/Zephyr-latest/samples/bluetooth/hap_ha/src/ |
D | bap_unicast_sr.c | 119 qos->rtn, qos->latency, qos->pd); in print_qos()
|
/Zephyr-latest/samples/bluetooth/iso_broadcast_benchmark/ |
D | README.rst | 99 …Change settings (y/N)? (Current settings: rtn=2, interval=7500, latency=10, phy=2, sdu=251, packin…
|