/Zephyr-latest/samples/bluetooth/iso_broadcast_benchmark/src/ |
D | broadcaster.c | 63 .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/ |
D | iso.h | 555 uint8_t pto; member 1022 uint32_t pto; member 1043 uint32_t pto; member
|
D | hci_types.h | 2235 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/ |
D | ull_adv_iso.c | 95 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()
|
D | lll_sync_iso.h | 43 uint32_t pto:4; member
|
D | lll_adv.h | 49 uint32_t pto:4; member
|
D | ull_sync_iso.c | 485 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/ |
D | bap_endpoint.h | 117 uint8_t pto; member
|
D | bap_broadcast_source.c | 806 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/ |
D | cap.h | 520 uint8_t pto; member
|
D | bap.h | 2133 uint8_t pto; member
|
/Zephyr-latest/subsys/bluetooth/controller/ll_sw/nordic/lll/ |
D | lll_sync_iso.c | 663 (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()
|
D | lll_adv_iso.c | 631 (lll->ptc_curr * lll->pto); in isr_tx_common()
|
/Zephyr-latest/subsys/bluetooth/host/ |
D | iso.c | 2889 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()
|
D | scan.c | 1570 biginfo.offset = evt->pto; in bt_hci_le_biginfo_adv_report()
|
/Zephyr-latest/samples/bluetooth/iso_broadcast_benchmark/ |
D | README.rst | 76 …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/ |
D | ll.h | 121 uint8_t pto, uint8_t encryption, uint8_t *bcode);
|
/Zephyr-latest/tests/bsim/bluetooth/ll/bis/src/ |
D | test_bis.c | 377 big_create_param.pto = BT_ISO_PTO_MIN; in create_advanced_big()
|
/Zephyr-latest/subsys/bluetooth/controller/hci/ |
D | hci.c | 1733 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;
|