/Zephyr-Core-3.4.0/subsys/bluetooth/controller/ll_sw/nordic/lll/ |
D | lll_central_iso.c | 124 uint8_t sn_update = cis_lll->tx.bn + 1U - cis_lll->tx.bn_curr; in lll_flush_tx() 133 uint8_t nesn_update = cis_lll->rx.bn + 1U - cis_lll->rx.bn_curr; in lll_flush_rx() 210 cis_lll->sn += cis_lll->tx.bn * cis_lazy; in prepare_cb() 211 cis_lll->nesn += cis_lll->rx.bn * cis_lazy; in prepare_cb() 234 if (cis_lll->tx.bn_curr > cis_lll->tx.bn) { in prepare_cb() 243 pdu_tx->cie = (cis_lll->rx.bn_curr > cis_lll->rx.bn); in prepare_cb() 250 payload_count = cis_lll->event_count * cis_lll->tx.bn; in prepare_cb() 268 } else if (node_tx->payload_count >= (payload_count + cis_lll->tx.bn)) { in prepare_cb() 285 pdu_tx->cie = (cis_lll->tx.bn_curr > cis_lll->tx.bn) && in prepare_cb() 286 (cis_lll->rx.bn_curr > cis_lll->rx.bn); in prepare_cb() [all …]
|
D | lll_peripheral_iso.c | 141 uint8_t sn_update = cis_lll->tx.bn + 1U - cis_lll->tx.bn_curr; in lll_flush_tx() 150 uint8_t nesn_update = cis_lll->rx.bn + 1U - cis_lll->rx.bn_curr; in lll_flush_rx() 229 cis_lll->sn += (cis_lll->tx.bn * lazy); in prepare_cb() 230 cis_lll->nesn += cis_lll->rx.bn * lazy; in prepare_cb() 262 payload_count = (cis_lll->event_count * cis_lll->rx.bn) + in prepare_cb() 374 payload_count = cis_lll->event_count * cis_lll->tx.bn; in prepare_cb() 399 cis_lll->sn += cis_lll->tx.bn * lazy; in prepare_cb() 400 cis_lll->nesn += cis_lll->rx.bn * lazy; in prepare_cb() 430 if (cis_lll->tx.bn_curr <= cis_lll->tx.bn) { in abort_cb() 435 cis_lll->tx.bn_curr = cis_lll->tx.bn; in abort_cb() [all …]
|
D | lll_sync_iso.c | 57 uint8_t bn, uint16_t handle, 214 event_counter = (lll->payload_count / lll->bn) + lll->latency_event; in prepare_cb_common() 217 lll->payload_count += (lll->latency_prepare * lll->bn); in prepare_cb_common() 311 payload_count = lll->payload_count - lll->bn; in prepare_cb_common() 538 ((lll->bn * lll->irc) + lll->ptc)) + in isr_rx() 539 ((lll->irc_curr - 1U) * lll->bn) + (lll->bn_curr - 1U) + in isr_rx() 559 if ((lll->bn_curr == lll->bn) && in isr_rx() 643 while (lll->bn_curr < lll->bn) { in isr_rx() 706 skipped += (lll->irc - lll->irc_curr) * lll->bn; in isr_rx() 754 ((lll->bn * lll->irc) + in isr_rx() [all …]
|
D | lll_adv_iso.c | 201 event_counter = (lll->payload_count / lll->bn) + lll->latency_event; in prepare_cb_common() 204 lll->payload_count += (lll->latency_prepare * lll->bn); in prepare_cb_common() 205 payload_count = lll->payload_count - lll->bn; in prepare_cb_common() 302 if (lll->bn_curr >= lll->bn) { in prepare_cb_common() 376 if ((lll->bn_curr == lll->bn) && in prepare_cb_common() 474 if (lll->bn_curr < lll->bn) { in isr_tx_common() 523 payload_count = lll->payload_count - lll->bn; in isr_tx_common() 547 payload_count = lll->payload_count - lll->bn; in isr_tx_common() 622 payload_count = lll->payload_count + payload_index - lll->bn; in isr_tx_common() 658 if (lll->bn_curr >= lll->bn && !(lll->ptc_curr % lll->bn)) { in isr_tx_common() [all …]
|
/Zephyr-Core-3.4.0/subsys/bluetooth/controller/ll_sw/ |
D | ull_central_iso.c | 71 uint32_t sdu_interval, uint16_t max_sdu, uint8_t *bn, 300 tx = cis->lll.tx.bn && cis->lll.tx.max_pdu; in ll_cig_parameters_commit() 301 rx = cis->lll.rx.bn && cis->lll.rx.max_pdu; in ll_cig_parameters_commit() 321 uint8_t bn; in ll_cig_parameters_commit() local 323 bn = cis->lll.tx.bn; in ll_cig_parameters_commit() 327 cis->c_max_sdu, &bn, &max_pdu); in ll_cig_parameters_commit() 328 cis->lll.tx.bn = bn; in ll_cig_parameters_commit() 331 cis->lll.tx.bn = 0U; in ll_cig_parameters_commit() 336 uint8_t bn; in ll_cig_parameters_commit() local 338 bn = cis->lll.rx.bn; in ll_cig_parameters_commit() [all …]
|
D | ull_adv_iso.c | 114 uint8_t bn; in ll_big_create() local 235 bn = DIV_ROUND_UP(max_sdu, lll_adv_iso->max_pdu) * sdu_per_event; in ll_big_create() 236 if (bn > PDU_BIG_BN_MAX) { in ll_big_create() 238 lll_adv_iso->bn = PDU_BIG_BN_MAX; in ll_big_create() 243 bn = DIV_ROUND_UP(bn, PDU_BIG_BN_MAX) * PDU_BIG_BN_MAX; in ll_big_create() 245 lll_adv_iso->bn = bn; in ll_big_create() 252 iso_interval_us = ((sdu_interval * lll_adv_iso->bn * sdu_per_event) / in ll_big_create() 253 (bn * PERIODIC_INT_UNIT_US)) * PERIODIC_INT_UNIT_US; in ll_big_create() 262 lll_adv_iso->nse = lll_adv_iso->bn * lll_adv_iso->irc; in ll_big_create() 313 lll_adv_iso->pto = bn / lll_adv_iso->bn; in ll_big_create() [all …]
|
D | lll_conn_iso.h | 12 uint64_t bn:4; /* Burst number (BN) */ member
|
D | lll_sync_iso.h | 35 uint8_t bn:3; member
|
D | ull_iso.c | 274 burst_number = cis->lll.rx.bn; in ll_setup_iso_path() 287 burst_number = cis->lll.tx.bn; in ll_setup_iso_path() 319 burst_number = lll_iso->bn; in ll_setup_iso_path() 345 burst_number = lll_iso->bn; in ll_setup_iso_path() 790 if (cis->lll.rx.bn == 0) { in ll_iso_receive_test() 825 cis->lll.rx.bn, cis->lll.rx.ft, in ll_iso_receive_test() 1099 if (cis->lll.tx.bn == 0U) { in ll_iso_transmit_test() 1135 cis->lll.rx.bn, cis->lll.rx.ft, in ll_iso_transmit_test() 1410 burst_number = cis->lll.rx.bn; in iso_rx_cig_ref_point_update()
|
D | ull_sync_iso.c | 410 lll->bn = bi->bn; in ull_sync_iso_setup() 416 lll->ptc = lll->bn; in ull_sync_iso_setup() 497 ((lll->irc * lll->bn) + lll->ptc); in ull_sync_iso_setup() 540 lll->payload_count += lll->bn; in ull_sync_iso_setup()
|
D | lll_adv.h | 43 uint8_t bn:3; member
|
D | ull_peripheral_iso.c | 258 cis->lll.rx.bn = req->c_bn; in ull_peripheral_iso_acquire() 265 cis->lll.tx.bn = req->p_bn; in ull_peripheral_iso_acquire()
|
D | pdu.h | 1128 uint32_t bn:3; member 1150 uint32_t bn:3;
|
D | ull_llcp.c | 975 ctx->data.cis_create.c_bn = cis->lll.tx.bn; in ull_cp_cis_create() 976 ctx->data.cis_create.p_bn = cis->lll.rx.bn; in ull_cp_cis_create()
|
/Zephyr-Core-3.4.0/subsys/net/lib/lwm2m/ |
D | lwm2m_senml_cbor.cddl | 4 ? bn => tstr, ; Base Name 24 bn = -2
|
/Zephyr-Core-3.4.0/include/zephyr/bluetooth/ |
D | iso.h | 720 uint8_t bn; member 754 uint8_t bn; member 771 uint8_t bn; member
|
D | hci_types.h | 2047 uint8_t bn; member 2852 uint8_t bn; member 2873 uint8_t bn; member 2901 uint8_t bn; member
|
/Zephyr-Core-3.4.0/samples/bluetooth/iso_broadcast_benchmark/ |
D | README.rst | 75 …iso_broadcast_receiver: BIGinfo received: num_bis 2, nse 1, interval 7 ms, bn 1, pto 0, irc 1, max…
|
/Zephyr-Core-3.4.0/subsys/bluetooth/host/ |
D | iso.c | 961 central->bn = evt->c_bn; in store_cis_info() 968 peripheral->bn = evt->p_bn; in store_cis_info() 2444 broadcaster_info->bn = evt->bn; in store_bis_broadcaster_info() 2619 receiver_info->bn = evt->bn; in store_bis_sync_receiver_info()
|
D | scan.c | 1317 biginfo.burst_number = evt->bn; in bt_hci_le_biginfo_adv_report()
|
/Zephyr-Core-3.4.0/subsys/bluetooth/controller/include/ |
D | ll.h | 120 uint8_t framing, uint8_t bn, uint8_t irc,
|
/Zephyr-Core-3.4.0/subsys/bluetooth/controller/hci/ |
D | hci.c | 1714 cmd->packing, cmd->framing, cmd->bn, in le_create_big_test() 4231 sep->c_bn = lll_cis_c->bn; 4232 sep->p_bn = lll_cis_p->bn; 5840 target_event = lll_iso->payload_count / lll_iso->bn; 7601 sep->bn = bi->bn; 7674 sep->bn = lll->bn; 7762 sep->bn = lll->bn;
|
/Zephyr-Core-3.4.0/samples/modules/tflite-micro/hello_world/train/ |
D | train_hello_world_model.ipynb | 1557 …2bqm3rn6HdaPYX2H0atnL8r+UkbP7j3p07MP2/ZsY+vurfQ7rB99evZJeG3RbWKD5LrKdXXH6J/bn+IRxaz6dBWPLX2Mnt17Mq…
|