/Zephyr-Core-2.7.6/samples/bluetooth/iso_broadcast_benchmark/src/ |
D | broadcaster.c | 75 .rtn = DEFAULT_BIS_RTN, 106 uint64_t rtn; in parse_rtn_arg() local 109 iso_tx_qos.rtn, DEFAULT_BIS_RTN); in parse_rtn_arg() 116 rtn = strtoul(buffer, NULL, 0); in parse_rtn_arg() 117 if (rtn > BT_ISO_BROADCAST_RTN_MAX) { in parse_rtn_arg() 118 printk("Invalid RTN %llu", rtn); in parse_rtn_arg() 122 return (int)rtn; in parse_rtn_arg() 293 int rtn; in parse_args() local 304 rtn = parse_rtn_arg(); in parse_args() 305 if (rtn < 0) { in parse_args() [all …]
|
/Zephyr-Core-2.7.6/samples/bluetooth/iso_connected_benchmark/src/ |
D | main.c | 73 .rtn = DEFAULT_CIS_RTN, 79 .rtn = DEFAULT_CIS_RTN, 445 uint64_t rtn; in parse_rtn_arg() local 448 qos->rtn, DEFAULT_CIS_RTN); in parse_rtn_arg() 455 rtn = strtoul(buffer, NULL, 0); in parse_rtn_arg() 456 if (rtn > BT_ISO_CONNECTED_RTN_MAX) { in parse_rtn_arg() 457 printk("Invalid RTN %llu", rtn); in parse_rtn_arg() 461 return (int)rtn; in parse_rtn_arg() 616 int rtn; in parse_cis_args() local 622 rtn = parse_rtn_arg(qos); in parse_cis_args() [all …]
|
/Zephyr-Core-2.7.6/subsys/bluetooth/controller/ll_sw/ |
D | ull_adv_iso.c | 58 uint16_t max_latency, uint8_t rtn, uint8_t phy, in ll_big_create() argument 112 if (rtn > 0x0F) { in ll_big_create() 170 adv_iso->rtn = rtn; in ll_big_create()
|
D | ull_adv_types.h | 114 uint16_t rtn:4; member
|
/Zephyr-Core-2.7.6/subsys/bluetooth/shell/ |
D | iso.c | 57 .rtn = 2u, \ 207 chans[0]->qos->tx->rtn = strtol(argv[8], NULL, 0); in cmd_cig_create() 211 chans[0]->qos->rx->rtn = strtol(argv[8], NULL, 0); in cmd_cig_create() 406 bis_iso_qos.tx->rtn = 2; in cmd_big_create()
|
/Zephyr-Core-2.7.6/tests/bluetooth/bsim_bt/bsim_test_iso/src/ |
D | main.c | 115 uint8_t rtn = 0; in test_iso_main() local 127 max_latency, rtn, phy, packing, framing, encryption, in test_iso_main()
|
/Zephyr-Core-2.7.6/samples/bluetooth/iso_broadcast/src/ |
D | main.c | 40 .rtn = 2,
|
/Zephyr-Core-2.7.6/include/bluetooth/ |
D | iso.h | 113 uint8_t rtn; member
|
D | hci.h | 1847 uint8_t rtn; member
|
/Zephyr-Core-2.7.6/samples/bluetooth/central_iso/src/ |
D | main.c | 150 .rtn = 1,
|
/Zephyr-Core-2.7.6/samples/bluetooth/iso_broadcast_benchmark/ |
D | README.rst | 95 …Change settings (y/N)? (Current settings: rtn=2, interval=7500, latency=10, phy=2, sdu=251, packin…
|
/Zephyr-Core-2.7.6/subsys/bluetooth/host/ |
D | iso.c | 959 cis_param->c_rtn = qos->tx->rtn; in hci_le_set_cig_params() 970 cis_param->p_rtn = qos->rx->rtn; in hci_le_set_cig_params() 1507 req->rtn = qos->tx->rtn; in hci_le_create_big()
|
/Zephyr-Core-2.7.6/subsys/bluetooth/controller/include/ |
D | ll.h | 124 uint16_t max_latency, uint8_t rtn, uint8_t phy,
|
/Zephyr-Core-2.7.6/subsys/bluetooth/controller/hci/ |
D | hci.c | 1498 sdu_interval, max_sdu, max_latency, cmd->rtn, in le_create_big()
|