Searched refs:slot_duration (Results 1 – 5 of 5) sorted by relevance
/Zephyr-latest/subsys/bluetooth/controller/ll_sw/nordic/lll/ |
D | lll_test.c | 375 uint8_t slot_duration, uint8_t switch_pattern_len) in cte_rx_parameters_check() argument 389 if ((slot_duration == 0) || in cte_rx_parameters_check() 390 (slot_duration > BT_HCI_LE_ANTENNA_SWITCHING_SLOT_2US)) { in cte_rx_parameters_check() 395 if ((slot_duration == BT_HCI_LE_ANTENNA_SWITCHING_SLOT_1US) && in cte_rx_parameters_check() 404 uint8_t slot_duration, uint8_t switch_pattern_len, in cte_rx_init() argument 411 slot_duration, switch_pattern_len); in cte_rx_init() 416 if (slot_duration == BT_HCI_LE_ANTENNA_SWITCHING_SLOT_1US) { in cte_rx_init() 661 uint8_t expected_cte_type, uint8_t slot_duration, uint8_t switch_pattern_len, in ll_test_rx() argument 682 err = cte_rx_init(expected_cte_len, expected_cte_type, slot_duration, in ll_test_rx() 700 test_slot_duration = slot_duration; in ll_test_rx()
|
D | lll_df_internal.h | 58 int lll_df_conf_cte_rx_enable(uint8_t slot_duration, uint8_t ant_num, const uint8_t *ant_ids,
|
D | lll_df.c | 220 int lll_df_conf_cte_rx_enable(uint8_t slot_duration, uint8_t ant_num, const uint8_t *ant_ids, in lll_df_conf_cte_rx_enable() argument 227 if (slot_duration == 0x1) { in lll_df_conf_cte_rx_enable()
|
/Zephyr-latest/subsys/bluetooth/controller/ll_sw/ |
D | ll_test.h | 11 uint8_t expected_cte_type, uint8_t slot_duration, uint8_t switch_pattern_len,
|
/Zephyr-latest/subsys/bluetooth/controller/ll_sw/openisa/lll/ |
D | lll_test.c | 288 uint8_t expected_cte_type, uint8_t slot_duration, uint8_t switch_pattern_len, in ll_test_rx() argument 299 ARG_UNUSED(slot_duration); in ll_test_rx()
|