Home
last modified time | relevance | path

Searched refs:bt_df_conn_cte_req_enable (Results 1 – 3 of 3) sorted by relevance

/Zephyr-latest/include/zephyr/bluetooth/
Ddirection.h327 int bt_df_conn_cte_req_enable(struct bt_conn *conn, const struct bt_df_conn_cte_req_params *params);
/Zephyr-latest/samples/bluetooth/direction_finding_central/src/
Dmain.c175 err = bt_df_conn_cte_req_enable(default_conn, &cte_req_params); in enable_cte_reqest()
/Zephyr-latest/subsys/bluetooth/host/
Ddirection.c1154 int bt_df_conn_cte_req_enable(struct bt_conn *conn, const struct bt_df_conn_cte_req_params *params) in bt_df_conn_cte_req_enable() function