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/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/lll/
Dlll_peripheral_iso.c246 radio_pkt_configure(RADIO_PKT_CONF_LENGTH_8BIT, in prepare_cb()
260 radio_pkt_configure(RADIO_PKT_CONF_LENGTH_8BIT, in prepare_cb()
726 radio_pkt_configure(RADIO_PKT_CONF_LENGTH_8BIT, in isr_rx()
740 radio_pkt_configure(RADIO_PKT_CONF_LENGTH_8BIT, in isr_rx()
882 radio_pkt_configure(RADIO_PKT_CONF_LENGTH_8BIT, in isr_tx()
897 radio_pkt_configure(RADIO_PKT_CONF_LENGTH_8BIT, in isr_tx()
1105 radio_pkt_configure(RADIO_PKT_CONF_LENGTH_8BIT, in isr_prepare_subevent_common()
1120 radio_pkt_configure(RADIO_PKT_CONF_LENGTH_8BIT, in isr_prepare_subevent_common()
Dlll_adv_iso.c367 radio_pkt_configure(RADIO_PKT_CONF_LENGTH_8BIT, in prepare_cb_common()
375 radio_pkt_configure(RADIO_PKT_CONF_LENGTH_8BIT, in prepare_cb_common()
379 radio_pkt_configure(RADIO_PKT_CONF_LENGTH_8BIT, in prepare_cb_common()
837 radio_pkt_configure(RADIO_PKT_CONF_LENGTH_8BIT, in isr_tx_common()
841 radio_pkt_configure(RADIO_PKT_CONF_LENGTH_8BIT, in isr_tx_common()
Dlll_central_iso.c279 radio_pkt_configure(RADIO_PKT_CONF_LENGTH_8BIT, in prepare_cb()
293 radio_pkt_configure(RADIO_PKT_CONF_LENGTH_8BIT, in prepare_cb()
481 radio_pkt_configure(RADIO_PKT_CONF_LENGTH_8BIT, in isr_tx()
496 radio_pkt_configure(RADIO_PKT_CONF_LENGTH_8BIT, in isr_tx()
1033 radio_pkt_configure(RADIO_PKT_CONF_LENGTH_8BIT, in isr_prepare_subevent()
1046 radio_pkt_configure(RADIO_PKT_CONF_LENGTH_8BIT, in isr_prepare_subevent()
Dlll_conn.c820 radio_pkt_configure(RADIO_PKT_CONF_LENGTH_8BIT, (max_rx_octets + PDU_MIC_SIZE),
838 radio_pkt_configure(RADIO_PKT_CONF_LENGTH_8BIT, max_rx_octets,
886 radio_pkt_configure(RADIO_PKT_CONF_LENGTH_8BIT, (max_tx_octets + PDU_MIC_SIZE),
892 radio_pkt_configure(RADIO_PKT_CONF_LENGTH_8BIT, max_tx_octets, pkt_flags);
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_sync_iso.c364 radio_pkt_configure(RADIO_PKT_CONF_LENGTH_8BIT, in prepare_cb_common()
375 radio_pkt_configure(RADIO_PKT_CONF_LENGTH_8BIT, lll->max_pdu, in prepare_cb_common()
1169 radio_pkt_configure(RADIO_PKT_CONF_LENGTH_8BIT, in isr_rx()
1173 radio_pkt_configure(RADIO_PKT_CONF_LENGTH_8BIT, in isr_rx()
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/nordic/hal/nrf5/radio/
Dradio.h74 void radio_pkt_configure(uint8_t bits_len, uint8_t max_len, uint8_t flags);
Dradio.c411 void radio_pkt_configure(uint8_t bits_len, uint8_t max_len, uint8_t flags) in radio_pkt_configure() function