| /Zephyr-latest/subsys/bluetooth/controller/ll_sw/openisa/lll/ |
| D | lll_conn.c | 444 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()
|
| D | lll_test.c | 195 radio_pkt_configure(8, 255, (test_phy << 1)); in init()
|
| D | lll_adv.c | 353 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()
|
| D | lll_scan.c | 160 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/ |
| D | radio.h | 24 void radio_pkt_configure(uint8_t bits_len, uint8_t max_len, uint8_t flags);
|
| D | radio.c | 716 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/ |
| D | lll_peripheral_iso.c | 246 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()
|
| D | lll_adv_iso.c | 367 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()
|
| D | lll_central_iso.c | 279 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()
|
| D | lll_conn.c | 820 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);
|
| D | lll_sync.c | 157 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()
|
| D | lll_sync_iso.c | 364 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()
|
| D | lll_adv_sync.c | 170 radio_pkt_configure(RADIO_PKT_CONF_LENGTH_8BIT, PDU_AC_PAYLOAD_SIZE_MAX,
|
| D | lll_test.c | 530 radio_pkt_configure(RADIO_PKT_CONF_LENGTH_8BIT, PDU_DTM_PAYLOAD_SIZE_MAX, in init()
|
| D | lll_adv.c | 970 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()
|
| D | lll_scan.c | 382 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,
|
| D | lll_scan_aux.c | 304 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()
|
| D | lll_adv_aux.c | 202 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/ |
| D | radio.h | 74 void radio_pkt_configure(uint8_t bits_len, uint8_t max_len, uint8_t flags);
|
| D | radio.c | 411 void radio_pkt_configure(uint8_t bits_len, uint8_t max_len, uint8_t flags) in radio_pkt_configure() function
|