Home
last modified time | relevance | path

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

/Zephyr-latest/subsys/bluetooth/controller/ll_sw/openisa/lll/
Dlll_conn.c444 radio_pkt_configure(8, (max_rx_octets + 4), (phy << 1) | 0x01); in lll_conn_rx_pkt_set()
450 radio_pkt_configure(8, max_rx_octets, (phy << 1) | 0x01); in lll_conn_rx_pkt_set()
480 radio_pkt_configure(8, (max_tx_octets + 4U), in lll_conn_tx_pkt_set()
487 radio_pkt_configure(8, max_tx_octets, (phy << 1) | 0x01); in lll_conn_tx_pkt_set()
Dlll_test.c195 radio_pkt_configure(8, 255, (test_phy << 1)); in init()
Dlll_adv.c353 radio_pkt_configure(8, PDU_AC_LEG_PAYLOAD_SIZE_MAX, (lll->phy_p << 1)); in prepare_cb()
356 radio_pkt_configure(8, PDU_AC_LEG_PAYLOAD_SIZE_MAX, 0); in prepare_cb()
Dlll_scan.c160 radio_pkt_configure(8, PDU_AC_LEG_PAYLOAD_SIZE_MAX, (lll->phy << 1)); in prepare_cb()
163 radio_pkt_configure(8, PDU_AC_LEG_PAYLOAD_SIZE_MAX, 0); in prepare_cb()
/Zephyr-latest/subsys/bluetooth/controller/ll_sw/nordic/lll/
Dlll_adv_iso.c362 radio_pkt_configure(RADIO_PKT_CONF_LENGTH_8BIT, in prepare_cb_common()
370 radio_pkt_configure(RADIO_PKT_CONF_LENGTH_8BIT, in prepare_cb_common()
374 radio_pkt_configure(RADIO_PKT_CONF_LENGTH_8BIT, in prepare_cb_common()
730 radio_pkt_configure(RADIO_PKT_CONF_LENGTH_8BIT, in isr_tx_common()
734 radio_pkt_configure(RADIO_PKT_CONF_LENGTH_8BIT, in isr_tx_common()
Dlll_peripheral_iso.c243 radio_pkt_configure(RADIO_PKT_CONF_LENGTH_8BIT, in prepare_cb()
257 radio_pkt_configure(RADIO_PKT_CONF_LENGTH_8BIT, in prepare_cb()
722 radio_pkt_configure(RADIO_PKT_CONF_LENGTH_8BIT, in isr_rx()
736 radio_pkt_configure(RADIO_PKT_CONF_LENGTH_8BIT, in isr_rx()
873 radio_pkt_configure(RADIO_PKT_CONF_LENGTH_8BIT, in isr_tx()
888 radio_pkt_configure(RADIO_PKT_CONF_LENGTH_8BIT, in isr_tx()
1090 radio_pkt_configure(RADIO_PKT_CONF_LENGTH_8BIT, in isr_prepare_subevent_common()
1105 radio_pkt_configure(RADIO_PKT_CONF_LENGTH_8BIT, in isr_prepare_subevent_common()
Dlll_central_iso.c288 radio_pkt_configure(RADIO_PKT_CONF_LENGTH_8BIT, in prepare_cb()
302 radio_pkt_configure(RADIO_PKT_CONF_LENGTH_8BIT, in prepare_cb()
480 radio_pkt_configure(RADIO_PKT_CONF_LENGTH_8BIT, in isr_tx()
495 radio_pkt_configure(RADIO_PKT_CONF_LENGTH_8BIT, in isr_tx()
1024 radio_pkt_configure(RADIO_PKT_CONF_LENGTH_8BIT, in isr_prepare_subevent()
1037 radio_pkt_configure(RADIO_PKT_CONF_LENGTH_8BIT, in isr_prepare_subevent()
Dlll_conn.c798 radio_pkt_configure(RADIO_PKT_CONF_LENGTH_8BIT, (max_rx_octets + PDU_MIC_SIZE),
816 radio_pkt_configure(RADIO_PKT_CONF_LENGTH_8BIT, max_rx_octets,
864 radio_pkt_configure(RADIO_PKT_CONF_LENGTH_8BIT, (max_tx_octets + PDU_MIC_SIZE),
870 radio_pkt_configure(RADIO_PKT_CONF_LENGTH_8BIT, max_tx_octets, pkt_flags);
Dlll_sync_iso.c331 radio_pkt_configure(RADIO_PKT_CONF_LENGTH_8BIT, in prepare_cb_common()
342 radio_pkt_configure(RADIO_PKT_CONF_LENGTH_8BIT, lll->max_pdu, in prepare_cb_common()
940 radio_pkt_configure(RADIO_PKT_CONF_LENGTH_8BIT, in isr_rx()
944 radio_pkt_configure(RADIO_PKT_CONF_LENGTH_8BIT, in isr_rx()
Dlll_sync.c157 radio_pkt_configure(RADIO_PKT_CONF_LENGTH_8BIT, LL_EXT_OCTETS_RX_MAX, in lll_sync_aux_prepare_cb()
462 radio_pkt_configure(RADIO_PKT_CONF_LENGTH_8BIT, LL_EXT_OCTETS_RX_MAX, in prepare_cb_common()
698 radio_pkt_configure(RADIO_PKT_CONF_LENGTH_8BIT, LL_EXT_OCTETS_RX_MAX, in isr_aux_setup()
Dlll_adv_sync.c170 radio_pkt_configure(RADIO_PKT_CONF_LENGTH_8BIT, PDU_AC_PAYLOAD_SIZE_MAX,
Dlll_test.c530 radio_pkt_configure(RADIO_PKT_CONF_LENGTH_8BIT, PDU_DTM_PAYLOAD_SIZE_MAX, in init()
Dlll_adv.c970 radio_pkt_configure(RADIO_PKT_CONF_LENGTH_8BIT, PDU_AC_LEG_PAYLOAD_SIZE_MAX, in prepare_cb()
974 radio_pkt_configure(RADIO_PKT_CONF_LENGTH_8BIT, PDU_AC_LEG_PAYLOAD_SIZE_MAX, in prepare_cb()
Dlll_scan.c382 radio_pkt_configure(RADIO_PKT_CONF_LENGTH_8BIT, PDU_AC_LEG_PAYLOAD_SIZE_MAX,
389 radio_pkt_configure(RADIO_PKT_CONF_LENGTH_8BIT, PDU_AC_LEG_PAYLOAD_SIZE_MAX,
Dlll_scan_aux.c304 radio_pkt_configure(RADIO_PKT_CONF_LENGTH_8BIT, LL_EXT_OCTETS_RX_MAX, in lll_scan_aux_isr_aux_setup()
496 radio_pkt_configure(RADIO_PKT_CONF_LENGTH_8BIT, LL_EXT_OCTETS_RX_MAX, in prepare_cb()
Dlll_adv_aux.c202 radio_pkt_configure(RADIO_PKT_CONF_LENGTH_8BIT, PDU_AC_PAYLOAD_SIZE_MAX, in prepare_cb()
/Zephyr-latest/subsys/bluetooth/controller/ll_sw/openisa/hal/RV32M1/radio/
Dradio.h24 void radio_pkt_configure(uint8_t bits_len, uint8_t max_len, uint8_t flags);
Dradio.c716 void radio_pkt_configure(uint8_t bits_len, uint8_t max_len, uint8_t flags) in radio_pkt_configure() function
/Zephyr-latest/subsys/bluetooth/controller/ll_sw/nordic/hal/nrf5/radio/
Dradio.h74 void radio_pkt_configure(uint8_t bits_len, uint8_t max_len, uint8_t flags);
Dradio.c410 void radio_pkt_configure(uint8_t bits_len, uint8_t max_len, uint8_t flags) in radio_pkt_configure() function