Home
last modified time | relevance | path

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

/Zephyr-latest/tests/bluetooth/df/connection_cte_req/src/
Dtest_cte_req_enable.c63 struct bt_hci_cp_le_conn_cte_req_enable *cp; in send_conn_cte_req_enable()
/Zephyr-latest/subsys/bluetooth/host/
Ddirection.c794 struct bt_hci_cp_le_conn_cte_req_enable *cp; in prepare_conn_cte_req_enable_cmd_params()
812 struct bt_hci_cp_le_conn_cte_req_enable *rp; in hci_df_set_conn_cte_req_enable()
822 sizeof(struct bt_hci_cp_le_conn_cte_req_enable)); in hci_df_set_conn_cte_req_enable()
/Zephyr-latest/include/zephyr/bluetooth/
Dhci_types.h1948 struct bt_hci_cp_le_conn_cte_req_enable { struct
/Zephyr-latest/subsys/bluetooth/controller/hci/
Dhci.c3210 struct bt_hci_cp_le_conn_cte_req_enable *cmd = (void *)buf->data; in le_df_set_conn_cte_req_enable()