Home
last modified time | relevance | path

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

/Zephyr-Core-3.7.0/subsys/bluetooth/controller/ll_sw/nordic/hal/nrf5/radio/
Dradio_df.h37 void radio_df_cte_rx_2us_switching(bool cte_info_in_s1, uint8_t phy);
39 void radio_df_cte_rx_4us_switching(bool cte_info_in_s1, uint8_t phy);
Dradio_df.c356 void radio_df_cte_rx_2us_switching(bool cte_info_in_s1, uint8_t phy) in radio_df_cte_rx_2us_switching() argument
364 radio_df_cte_inline_set_enabled(cte_info_in_s1); in radio_df_cte_rx_2us_switching()
367 void radio_df_cte_rx_4us_switching(bool cte_info_in_s1, uint8_t phy) in radio_df_cte_rx_4us_switching() argument
375 radio_df_cte_inline_set_enabled(cte_info_in_s1); in radio_df_cte_rx_4us_switching()
Dradio.h186 void radio_df_cte_inline_set_enabled(bool cte_info_in_s1);
Dradio.c2136 void radio_df_cte_inline_set_enabled(bool cte_info_in_s1) in radio_df_cte_inline_set_enabled() argument
2141 .info_in_s1 = cte_info_in_s1, in radio_df_cte_inline_set_enabled()
2155 .s0_pattern = (cte_info_in_s1 ? DF_S0_MASK_CP_BIT_IN_DATA_CHANNEL_PDU : in radio_df_cte_inline_set_enabled()
2158 .s0_mask = (cte_info_in_s1 ? DF_S0_MASK_CP_BIT_IN_DATA_CHANNEL_PDU : in radio_df_cte_inline_set_enabled()
/Zephyr-Core-3.7.0/subsys/bluetooth/controller/ll_sw/nordic/lll/
Dlll_df.c221 uint8_t chan_idx, bool cte_info_in_s1, uint8_t phy) in lll_df_conf_cte_rx_enable() argument
228 radio_df_cte_rx_2us_switching(cte_info_in_s1, phy); in lll_df_conf_cte_rx_enable()
232 radio_df_cte_rx_4us_switching(cte_info_in_s1, phy); in lll_df_conf_cte_rx_enable()
Dlll_df_internal.h59 uint8_t chan_idx, bool cte_info_in_s1, uint8_t phy);
/Zephyr-Core-3.7.0/tests/bluetooth/df/common/src/
Dradio_df_stub.c22 void radio_df_cte_inline_set_enabled(bool cte_info_in_s1) in radio_df_cte_inline_set_enabled() argument