Home
last modified time | relevance | path

Searched refs:rtn (Results 1 – 14 of 14) sorted by relevance

/Zephyr-Core-2.7.6/samples/bluetooth/iso_broadcast_benchmark/src/
Dbroadcaster.c75 .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/
Dmain.c73 .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/
Dull_adv_iso.c58 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()
Dull_adv_types.h114 uint16_t rtn:4; member
/Zephyr-Core-2.7.6/subsys/bluetooth/shell/
Diso.c57 .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/
Dmain.c115 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/
Dmain.c40 .rtn = 2,
/Zephyr-Core-2.7.6/include/bluetooth/
Diso.h113 uint8_t rtn; member
Dhci.h1847 uint8_t rtn; member
/Zephyr-Core-2.7.6/samples/bluetooth/central_iso/src/
Dmain.c150 .rtn = 1,
/Zephyr-Core-2.7.6/samples/bluetooth/iso_broadcast_benchmark/
DREADME.rst95 …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/
Diso.c959 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/
Dll.h124 uint16_t max_latency, uint8_t rtn, uint8_t phy,
/Zephyr-Core-2.7.6/subsys/bluetooth/controller/hci/
Dhci.c1498 sdu_interval, max_sdu, max_latency, cmd->rtn, in le_create_big()