Home
last modified time | relevance | path

Searched refs:BT_HCI_LE_AOD_CTE_2US (Results 1 – 13 of 13) sorted by relevance

/Zephyr-latest/tests/bluetooth/df/connectionless_cte_tx/src/
Dtest_set_cl_cte_tx_param.c84 BT_HCI_LE_AOD_CTE_2US, in ZTEST()
136 BT_HCI_LE_AOD_CTE_2US, in ZTEST()
150 BT_HCI_LE_AOD_CTE_2US, in ZTEST()
178 BT_HCI_LE_AOD_CTE_2US, in ZTEST()
192 BT_HCI_LE_AOD_CTE_2US, in ZTEST()
Dcommon.c69 cp->cte_type = BT_HCI_LE_AOD_CTE_2US; in common_set_cl_cte_tx_params()
/Zephyr-latest/subsys/bluetooth/controller/ll_sw/
Dull_df.c264 ((cte_type == BT_HCI_LE_AOD_CTE_2US) || in ll_df_set_cl_cte_tx_params()
270 if ((cte_type == BT_HCI_LE_AOD_CTE_1US || cte_type == BT_HCI_LE_AOD_CTE_2US) && in ll_df_set_cl_cte_tx_params()
291 cte_type == BT_HCI_LE_AOD_CTE_2US) { in ll_df_set_cl_cte_tx_params()
986 requested_cte_type != BT_HCI_LE_AOD_CTE_2US) { in ll_df_set_conn_cte_req_enable()
/Zephyr-latest/tests/bluetooth/df/connectionless_cte_chains/src/
Dtest_add_cte_to_chain.c47 #define TEST_CTE_TYPE BT_HCI_LE_AOD_CTE_2US
Dtest_remove_cte_from_chain.c49 #define TEST_CTE_TYPE BT_HCI_LE_AOD_CTE_2US
Dcommon.c373 g_df_cfg.cte_type = BT_HCI_LE_AOD_CTE_2US; in common_prepare_df_cfg()
/Zephyr-latest/tests/bluetooth/controller/ctrl_cte_req/src/
Dmain.c255 (BT_HCI_LE_AOA_CTE | BT_HCI_LE_AOD_CTE_1US | BT_HCI_LE_AOD_CTE_2US)); in ZTEST()
324 (BT_HCI_LE_AOA_CTE | BT_HCI_LE_AOD_CTE_1US | BT_HCI_LE_AOD_CTE_2US)); in ZTEST()
539 .cte_type_req = BT_HCI_LE_AOD_CTE_2US, in ZTEST()
611 .cte_type_req = BT_HCI_LE_AOD_CTE_2US, in ZTEST()
1318 (BT_HCI_LE_AOA_CTE | BT_HCI_LE_AOD_CTE_1US | BT_HCI_LE_AOD_CTE_2US)); in test_phy_update_wait_for_remote_cte_req_complete()
/Zephyr-latest/tests/bluetooth/df/connection_cte_req/src/
Dtest_cte_req_enable.c174 g_data.requested_cte_type = BT_HCI_LE_AOD_CTE_2US; in cte_req_params_set()
/Zephyr-latest/subsys/bluetooth/controller/ll_sw/nordic/lll/
Dlll_test.c317 if ((cte_type > BT_HCI_LE_AOD_CTE_2US) || in cte_tx_parameters_check()
377 if ((expected_cte_type > BT_HCI_LE_AOD_CTE_2US) || in cte_rx_parameters_check()
Dlll_sync.c230 case BT_HCI_LE_AOD_CTE_2US: in lll_sync_cte_is_allowed()
/Zephyr-latest/subsys/bluetooth/host/
Ddirection.c81 return BT_HCI_LE_AOD_CTE_2US; in get_hci_cte_type()
Dhci_core.c551 case BT_HCI_LE_AOD_CTE_2US: in bt_get_df_cte_type()
/Zephyr-latest/include/zephyr/bluetooth/
Dhci_types.h1864 #define BT_HCI_LE_AOD_CTE_2US 0x2 macro