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/ |
D | radio_df.h | 37 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);
|
D | radio_df.c | 356 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()
|
D | radio.h | 186 void radio_df_cte_inline_set_enabled(bool cte_info_in_s1);
|
D | radio.c | 2136 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/ |
D | lll_df.c | 221 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()
|
D | lll_df_internal.h | 59 uint8_t chan_idx, bool cte_info_in_s1, uint8_t phy);
|
/Zephyr-Core-3.7.0/tests/bluetooth/df/common/src/ |
D | radio_df_stub.c | 22 void radio_df_cte_inline_set_enabled(bool cte_info_in_s1) in radio_df_cte_inline_set_enabled() argument
|