Home
last modified time | relevance | path

Searched refs:pto (Results 1 – 19 of 19) sorted by relevance

/Zephyr-latest/samples/bluetooth/iso_broadcast_benchmark/src/
Dbroadcaster.c63 .pto = DEFAULT_BIS_PTO,
282 uint64_t pto; in parse_pto_arg() local
285 big_create_param.pto, DEFAULT_BIS_PTO); in parse_pto_arg()
292 pto = strtoul(buffer, NULL, 0); in parse_pto_arg()
293 if (!IN_RANGE(pto, BT_ISO_PTO_MIN, BT_ISO_PTO_MAX)) { in parse_pto_arg()
294 printk("Invalid PTO %llu", pto); in parse_pto_arg()
299 return (int)pto; in parse_pto_arg()
486 int pto; in parse_args() local
537 pto = parse_pto_arg(); in parse_args()
538 if (pto < 0) { in parse_args()
[all …]
/Zephyr-latest/include/zephyr/bluetooth/
Diso.h555 uint8_t pto; member
1022 uint32_t pto; member
1043 uint32_t pto; member
Dhci_types.h2235 uint8_t pto; member
3353 uint8_t pto; member
3374 uint8_t pto; member
3434 uint8_t pto; member
/Zephyr-latest/subsys/bluetooth/controller/ll_sw/
Dull_adv_iso.c95 uint8_t bn, uint8_t irc, uint8_t pto, bool test_config) in big_create() argument
205 if (!IN_RANGE(pto, 0x00, bn /*0x0F*/)) { in big_create()
209 if (bn * irc + pto < nse) { in big_create()
450 lll_adv_iso->pto = pto; in big_create()
452 if (pto && !lll_adv_iso->ptc) { in big_create()
458 lll_adv_iso->pto = bn / lll_adv_iso->bn; in big_create()
460 lll_adv_iso->pto = 0U; in big_create()
541 PDU_BIG_INFO_PTO_SET(big_info, lll_adv_iso->pto); in big_create()
680 uint8_t pto, uint8_t encryption, uint8_t *bcode) in ll_big_test_create() argument
686 iso_interval, nse, max_pdu, bn, irc, pto, true); in ll_big_test_create()
Dlll_sync_iso.h43 uint32_t pto:4; member
Dlll_adv.h49 uint32_t pto:4; member
Dull_sync_iso.c485 lll->pto = PDU_BIG_INFO_PTO_GET(bi); in ull_sync_iso_setup()
486 if (lll->pto) { in ull_sync_iso_setup()
/Zephyr-latest/subsys/bluetooth/audio/
Dbap_endpoint.h117 uint8_t pto; member
Dbap_broadcast_source.c806 source->pto = param->pto; in bt_bap_broadcast_source_create()
1082 param.pto = source->pto; in bt_bap_broadcast_source_start()
/Zephyr-latest/include/zephyr/bluetooth/audio/
Dcap.h520 uint8_t pto; member
Dbap.h2133 uint8_t pto; member
/Zephyr-latest/subsys/bluetooth/controller/ll_sw/nordic/lll/
Dlll_sync_iso.c663 (lll->ptc_curr * lll->pto); in isr_rx()
1035 (lll->ptc_curr * lll->pto); in isr_rx()
1381 (lll->ptc_curr * lll->pto); in isr_rx_iso_data_valid()
1389 lll->pto * lll->iso_interval * in isr_rx_iso_data_valid()
Dlll_adv_iso.c631 (lll->ptc_curr * lll->pto); in isr_tx_common()
/Zephyr-latest/subsys/bluetooth/host/
Diso.c2889 req->pto = param->pto; in hci_le_create_big_test()
2902 req->framing, req->bn, req->irc, req->pto, req->encryption); in hci_le_create_big_test()
3028 CHECKIF(!IN_RANGE(param->pto, BT_ISO_PTO_MIN, BT_ISO_PTO_MAX)) { in valid_big_param()
3029 LOG_DBG("Invalid PTO %u", param->pto); in valid_big_param()
3130 broadcaster_info->pto = info->iso_interval * evt->pto; in store_bis_broadcaster_info()
3321 receiver_info->pto = info->iso_interval * evt->pto; in store_bis_sync_receiver_info()
Dscan.c1570 biginfo.offset = evt->pto; in bt_hci_le_biginfo_adv_report()
/Zephyr-latest/samples/bluetooth/iso_broadcast_benchmark/
DREADME.rst76 …oadcast_receiver: BIGinfo received: num_bis 2, nse 1, interval 7 ms, bn 1, pto 0, irc 1, max_pdu 2…
/Zephyr-latest/subsys/bluetooth/controller/include/
Dll.h121 uint8_t pto, uint8_t encryption, uint8_t *bcode);
/Zephyr-latest/tests/bsim/bluetooth/ll/bis/src/
Dtest_bis.c377 big_create_param.pto = BT_ISO_PTO_MIN; in create_advanced_big()
/Zephyr-latest/subsys/bluetooth/controller/hci/
Dhci.c1733 cmd->irc, cmd->pto, cmd->encryption, in le_create_big_test()
7996 sep->pto = PDU_BIG_INFO_PTO_GET(bi);
8086 lll->pto * (lll->nse / lll->bn - lll->irc) *
8091 (lll->pto * (lll->nse / lll->bn - lll->irc) + 1) *
8098 sep->pto = lll->pto;
8186 sep->pto = lll->pto;