Home
last modified time | relevance | path

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

/Zephyr-Core-3.6.0/tests/bluetooth/controller/ctrl_cte_req/src/
Dmain.c97 .cte_type_req = BT_HCI_LE_AOA_CTE, in ZTEST()
172 .cte_type_req = BT_HCI_LE_AOA_CTE, in ZTEST()
241 .cte_type_req = BT_HCI_LE_AOA_CTE, in ZTEST()
255 (BT_HCI_LE_AOA_CTE | BT_HCI_LE_AOD_CTE_1US | BT_HCI_LE_AOD_CTE_2US)); in ZTEST()
310 .cte_type_req = BT_HCI_LE_AOA_CTE, in ZTEST()
324 (BT_HCI_LE_AOA_CTE | BT_HCI_LE_AOD_CTE_1US | BT_HCI_LE_AOD_CTE_2US)); in ZTEST()
628 (BT_HCI_LE_AOA_CTE | BT_HCI_LE_AOD_CTE_1US)); in ZTEST()
1103 .cte_type_req = BT_HCI_LE_AOA_CTE, in test_local_cte_req_wait_for_phy_update_complete_and_disable()
1167 .cte_type_req = BT_HCI_LE_AOA_CTE, in test_local_cte_req_wait_for_phy_update_complete()
1222 .cte_type_req = BT_HCI_LE_AOA_CTE, in test_local_phy_update_wait_for_cte_req_complete()
[all …]
/Zephyr-Core-3.6.0/tests/bluetooth/df/connectionless_cte_tx/src/
Dtest_set_cl_cte_tx_param.c110 BT_HCI_LE_AOA_CTE, in ZTEST()
123 BT_HCI_LE_AOA_CTE, in ZTEST()
220 BT_HCI_LE_AOA_CTE, in ZTEST()
/Zephyr-Core-3.6.0/subsys/bluetooth/controller/ll_sw/nordic/lll/
Dlll_test.c323 if (cte_type != BT_HCI_LE_AOA_CTE) { in cte_tx_parameters_check()
348 if (cte_type == BT_HCI_LE_AOA_CTE) { in cte_tx_init()
383 if (expected_cte_type == BT_HCI_LE_AOA_CTE) { in cte_rx_parameters_check()
Dlll_df.c376 if (cte_type == BT_HCI_LE_AOA_CTE) { in lll_df_cte_tx_configure()
Dlll_sync.c220 case BT_HCI_LE_AOA_CTE: in lll_sync_cte_is_allowed()
/Zephyr-Core-3.6.0/subsys/bluetooth/controller/ll_sw/
Dull_df.c262 ((cte_type == BT_HCI_LE_AOA_CTE) || in ll_df_set_cl_cte_tx_params()
1325 if (requested_cte_type != BT_HCI_LE_AOA_CTE && in ll_df_set_conn_cte_req_enable()
/Zephyr-Core-3.6.0/subsys/bluetooth/host/
Ddirection.c77 return BT_HCI_LE_AOA_CTE; in get_hci_cte_type()
Dhci_core.c430 case BT_HCI_LE_AOA_CTE: in bt_get_df_cte_type()
/Zephyr-Core-3.6.0/subsys/bluetooth/controller/hci/
Dhci.c3030 if (sep->cte_type == BT_HCI_LE_AOA_CTE) { in le_df_connectionless_iq_report()
3161 if (sep->cte_type == BT_HCI_LE_AOA_CTE) { in le_df_connection_iq_report()
5166 if (sep->cte_type == BT_HCI_LE_AOA_CTE) {
5252 if (sep->cte_type == BT_HCI_LE_AOA_CTE) {
/Zephyr-Core-3.6.0/include/zephyr/bluetooth/
Dhci_types.h1722 #define BT_HCI_LE_AOA_CTE 0x0 macro