Searched refs:PDU_MIC_SIZE (Results 1 – 7 of 7) sorted by relevance
/Zephyr-latest/subsys/bluetooth/controller/ll_sw/ |
D | pdu.h | 15 #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), \
|
D | ull_conn.c | 2087 mic_size = PDU_MIC_SIZE * lll_connection->enc_tx; in force_md_cnt_calc()
|
/Zephyr-latest/subsys/bluetooth/controller/ll_sw/nordic/lll/ |
D | lll_adv_iso.c | 363 (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()
|
D | lll_peripheral_iso.c | 244 (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()
|
D | lll_central_iso.c | 289 (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()
|
D | lll_conn.c | 798 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),
|
D | lll_sync_iso.c | 332 (lll->max_pdu + PDU_MIC_SIZE), pkt_flags); in prepare_cb_common() 941 (sizeof(struct pdu_big_ctrl) + PDU_MIC_SIZE), in isr_rx()
|