Home
last modified time | relevance | path

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

/Zephyr-latest/subsys/bluetooth/controller/ll_sw/nordic/hal/nrf5/radio/
Dradio.c2001 static void *radio_ccm_ext_rx_pkt_set(struct ccm *cnf, uint8_t phy, uint8_t pdu_type, void *pkt) in radio_ccm_ext_rx_pkt_set() function
2124 return radio_ccm_ext_rx_pkt_set(cnf, phy, RADIO_PKT_CONF_PDU_TYPE_DC, pkt); in radio_ccm_rx_pkt_set()
2129 return radio_ccm_ext_rx_pkt_set(cnf, phy, pdu_type, pkt); in radio_ccm_iso_rx_pkt_set()