Home
last modified time | relevance | path

Searched refs:BT_HCI_LE_AOD_CTE_1US (Results 1 – 10 of 10) sorted by relevance

/Zephyr-latest/tests/bluetooth/df/connectionless_cte_tx/src/
Dtest_set_cl_cte_tx_param.c97 BT_HCI_LE_AOD_CTE_1US, in ZTEST()
206 BT_HCI_LE_AOD_CTE_1US, in ZTEST()
/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()
389 .cte_type_req = BT_HCI_LE_AOD_CTE_1US, in ZTEST()
468 .cte_type_req = BT_HCI_LE_AOD_CTE_1US, in ZTEST()
628 (BT_HCI_LE_AOA_CTE | BT_HCI_LE_AOD_CTE_1US)); in ZTEST()
689 .cte_type_req = BT_HCI_LE_AOD_CTE_1US, in test_cte_req_ll_unknown_rsp_local()
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/subsys/bluetooth/controller/ll_sw/
Dull_df.c266 cte_type == BT_HCI_LE_AOD_CTE_1US)))))) { 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()
290 if (cte_type == BT_HCI_LE_AOD_CTE_1US || in ll_df_set_cl_cte_tx_params()
985 requested_cte_type != BT_HCI_LE_AOD_CTE_1US && in ll_df_set_conn_cte_req_enable()
/Zephyr-latest/subsys/bluetooth/controller/ll_sw/nordic/lll/
Dlll_df.c384 if (cte_type == BT_HCI_LE_AOD_CTE_1US) { in lll_df_cte_tx_configure()
Dlll_test.c330 if ((cte_type == BT_HCI_LE_AOD_CTE_1US) && in cte_tx_parameters_check()
355 if (cte_type == BT_HCI_LE_AOD_CTE_1US) { in cte_tx_init()
Dlll_sync.c226 case BT_HCI_LE_AOD_CTE_1US: in lll_sync_cte_is_allowed()
/Zephyr-latest/subsys/bluetooth/host/
Ddirection.c79 return BT_HCI_LE_AOD_CTE_1US; in get_hci_cte_type()
Dhci_core.c549 case BT_HCI_LE_AOD_CTE_1US: in bt_get_df_cte_type()
/Zephyr-latest/subsys/bluetooth/controller/hci/
Dhci.c3050 } else if (sep->cte_type == BT_HCI_LE_AOD_CTE_1US) { in le_df_connectionless_iq_report()
3181 } else if (sep->cte_type == BT_HCI_LE_AOD_CTE_1US) { in le_df_connection_iq_report()
5390 } else if (sep->cte_type == BT_HCI_LE_AOD_CTE_1US) {
5476 } else if (sep->cte_type == BT_HCI_LE_AOD_CTE_1US) {
/Zephyr-latest/include/zephyr/bluetooth/
Dhci_types.h1863 #define BT_HCI_LE_AOD_CTE_1US 0x1 macro