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/ |
D | main.c | 97 .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/ |
D | test_set_cl_cte_tx_param.c | 110 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/ |
D | lll_test.c | 323 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()
|
D | lll_df.c | 376 if (cte_type == BT_HCI_LE_AOA_CTE) { in lll_df_cte_tx_configure()
|
D | lll_sync.c | 220 case BT_HCI_LE_AOA_CTE: in lll_sync_cte_is_allowed()
|
/Zephyr-Core-3.6.0/subsys/bluetooth/controller/ll_sw/ |
D | ull_df.c | 262 ((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/ |
D | direction.c | 77 return BT_HCI_LE_AOA_CTE; in get_hci_cte_type()
|
D | hci_core.c | 430 case BT_HCI_LE_AOA_CTE: in bt_get_df_cte_type()
|
/Zephyr-Core-3.6.0/subsys/bluetooth/controller/hci/ |
D | hci.c | 3030 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/ |
D | hci_types.h | 1722 #define BT_HCI_LE_AOA_CTE 0x0 macro
|