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.c2093 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.c368 (lll->max_pdu + PDU_MIC_SIZE), pkt_flags); in prepare_cb_common()
376 (lll->max_pdu + PDU_MIC_SIZE), in prepare_cb_common()
838 (sizeof(struct pdu_big_ctrl) + PDU_MIC_SIZE), in isr_tx_common()
Dlll_peripheral_iso.c247 (cis_lll->rx.max_pdu + PDU_MIC_SIZE), in prepare_cb()
727 (cis_lll->tx.max_pdu + PDU_MIC_SIZE), in isr_rx()
883 (cis_lll->rx.max_pdu + PDU_MIC_SIZE), in isr_tx()
1106 (cis_lll->rx.max_pdu + PDU_MIC_SIZE), in isr_prepare_subevent_common()
Dlll_central_iso.c280 (cis_lll->tx.max_pdu + PDU_MIC_SIZE), in prepare_cb()
482 (cis_lll->rx.max_pdu + PDU_MIC_SIZE), in isr_tx()
1034 (cis_lll->tx.max_pdu + PDU_MIC_SIZE), pkt_flags); in isr_prepare_subevent()
Dlll_conn.c820 radio_pkt_configure(RADIO_PKT_CONF_LENGTH_8BIT, (max_rx_octets + PDU_MIC_SIZE),
886 radio_pkt_configure(RADIO_PKT_CONF_LENGTH_8BIT, (max_tx_octets + PDU_MIC_SIZE),
Dlll_sync_iso.c365 (lll->max_pdu + PDU_MIC_SIZE), pkt_flags); in prepare_cb_common()
1170 (sizeof(struct pdu_big_ctrl) + PDU_MIC_SIZE), in isr_rx()