Home
last modified time | relevance | path

Searched refs:PDU_MIC_SIZE (Results 1 – 7 of 7) sorted by relevance

/Zephyr-latest/subsys/bluetooth/controller/ll_sw/
Dpdu.h15 #define PDU_MIC_SIZE 4 macro
353 #define PDU_DC_MAX_US(octets, phy) PDU_MAX_US((octets), (PDU_MIC_SIZE), (phy))
363 (PDU_MIC_SIZE) : 0), \
367 ((enc) ? (PDU_MIC_SIZE) : 0), \
372 (PDU_MIC_SIZE) : 0), \
Dull_conn.c2087 mic_size = PDU_MIC_SIZE * lll_connection->enc_tx; in force_md_cnt_calc()
/Zephyr-latest/subsys/bluetooth/controller/ll_sw/nordic/lll/
Dlll_adv_iso.c363 (lll->max_pdu + PDU_MIC_SIZE), pkt_flags); in prepare_cb_common()
371 (lll->max_pdu + PDU_MIC_SIZE), in prepare_cb_common()
731 (sizeof(struct pdu_big_ctrl) + PDU_MIC_SIZE), in isr_tx_common()
Dlll_peripheral_iso.c244 (cis_lll->rx.max_pdu + PDU_MIC_SIZE), in prepare_cb()
723 (cis_lll->tx.max_pdu + PDU_MIC_SIZE), in isr_rx()
874 (cis_lll->rx.max_pdu + PDU_MIC_SIZE), in isr_tx()
1091 (cis_lll->rx.max_pdu + PDU_MIC_SIZE), in isr_prepare_subevent_common()
Dlll_central_iso.c289 (cis_lll->tx.max_pdu + PDU_MIC_SIZE), in prepare_cb()
481 (cis_lll->rx.max_pdu + PDU_MIC_SIZE), in isr_tx()
1025 (cis_lll->tx.max_pdu + PDU_MIC_SIZE), pkt_flags); in isr_prepare_subevent()
Dlll_conn.c798 radio_pkt_configure(RADIO_PKT_CONF_LENGTH_8BIT, (max_rx_octets + PDU_MIC_SIZE),
864 radio_pkt_configure(RADIO_PKT_CONF_LENGTH_8BIT, (max_tx_octets + PDU_MIC_SIZE),
Dlll_sync_iso.c332 (lll->max_pdu + PDU_MIC_SIZE), pkt_flags); in prepare_cb_common()
941 (sizeof(struct pdu_big_ctrl) + PDU_MIC_SIZE), in isr_rx()