Searched refs:cte_length (Results 1 – 9 of 9) sorted by relevance
/Zephyr-latest/subsys/bluetooth/controller/ll_sw/nordic/lll/ |
D | lll_df.c | 108 lll_df_cte_tx_configure(df_cfg->cte_type, df_cfg->cte_length, in lll_df_cte_tx_enable() 112 *cte_len_us = CTE_LEN_US(df_cfg->cte_length); in lll_df_cte_tx_enable() 373 void lll_df_cte_tx_configure(uint8_t cte_type, uint8_t cte_length, uint8_t num_ant_ids, in lll_df_cte_tx_configure() argument 378 radio_df_cte_tx_aoa_set(cte_length); in lll_df_cte_tx_configure() 385 radio_df_cte_tx_aod_2us_set(cte_length); in lll_df_cte_tx_configure() 387 radio_df_cte_tx_aod_4us_set(cte_length); in lll_df_cte_tx_configure()
|
D | lll_df_internal.h | 67 void lll_df_cte_tx_configure(uint8_t cte_type, uint8_t cte_length, uint8_t num_ant_ids,
|
D | lll_df_types.h | 43 uint8_t cte_length:6; /* Length of CTE in 8us units */ member
|
/Zephyr-latest/include/zephyr/bluetooth/ |
D | direction.h | 216 uint8_t cte_length; member
|
/Zephyr-latest/subsys/bluetooth/host/ |
D | direction.c | 777 uint8_t cte_length) in valid_cte_req_params() argument 783 if (cte_length < BT_HCI_LE_CTE_LEN_MIN || cte_length > BT_HCI_LE_CTE_LEN_MAX) { in valid_cte_req_params() 804 cp->requested_cte_length = sys_cpu_to_le16(params->cte_length); in prepare_conn_cte_req_enable_cmd_params() 817 if (enable && !valid_cte_req_params(conn, params->cte_type, params->cte_length)) { in hci_df_set_conn_cte_req_enable()
|
/Zephyr-latest/samples/bluetooth/direction_finding_central/src/ |
D | main.c | 158 .cte_length = CTE_LEN, in enable_cte_reqest()
|
/Zephyr-latest/subsys/bluetooth/controller/ll_sw/ |
D | ull_df.c | 287 cfg->cte_length = cte_len; in ll_df_set_cl_cte_tx_params() 691 cte_info.time = df_cfg->cte_length; in cte_info_set()
|
D | ull_adv_sync.c | 784 time_us += CTE_LEN_US(df_cfg->cte_length); in ull_adv_sync_time_get()
|
/Zephyr-latest/tests/bluetooth/df/connectionless_cte_chains/src/ |
D | common.c | 372 g_df_cfg.cte_length = TEST_CTE_LENGTH; in common_prepare_df_cfg()
|