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 | 2093 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 | 368 (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()
|
| D | lll_peripheral_iso.c | 247 (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()
|
| D | lll_central_iso.c | 280 (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()
|
| D | lll_conn.c | 820 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),
|
| D | lll_sync_iso.c | 365 (lll->max_pdu + PDU_MIC_SIZE), pkt_flags); in prepare_cb_common() 1170 (sizeof(struct pdu_big_ctrl) + PDU_MIC_SIZE), in isr_rx()
|