Home
last modified time | relevance | path

Searched refs:BT_HCI_LE_AOA_CTE_RSP (Results 1 – 4 of 4) sorted by relevance

/Zephyr-latest/tests/bluetooth/df/connection_cte_tx_params/src/
Dtest_set_conn_cte_tx_params.c39 (~(uint8_t)(BT_HCI_LE_AOA_CTE_RSP | BT_HCI_LE_AOD_CTE_RSP_1US | \
174 BT_HCI_LE_AOA_CTE_RSP | BT_HCI_LE_AOD_CTE_RSP_1US | BT_HCI_LE_AOD_CTE_RSP_2US; in connection_setup()
/Zephyr-latest/subsys/bluetooth/controller/ll_sw/
Dull_df.c806 ((cte_types & (~(uint8_t)(BT_HCI_LE_AOA_CTE_RSP | BT_HCI_LE_AOD_CTE_RSP_1US | in ll_df_set_conn_cte_tx_params()
/Zephyr-latest/tests/bluetooth/controller/ctrl_cte_req/src/
Dmain.c556 (BT_HCI_LE_AOA_CTE_RSP | BT_HCI_LE_AOD_CTE_RSP_1US)); in ZTEST()
/Zephyr-latest/include/zephyr/bluetooth/
Dhci_types.h1922 #define BT_HCI_LE_AOA_CTE_RSP BIT(0) macro