Home
last modified time | relevance | path

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

/Zephyr-latest/tests/bluetooth/df/connection_cte_req/src/
Dtest_cte_req_enable.c28 static struct ut_bt_df_conn_cte_request_data g_data; variable
89 err = send_conn_cte_req_enable(CONN_HANDLE_INVALID, &g_data, true); in ZTEST()
99 err = send_conn_cte_req_enable(g_conn_handle, &g_data, true); in ZTEST()
109 g_data.cte_request_interval = REQUEST_INTERVAL_TOO_LOW; in ZTEST()
111 err = send_conn_cte_req_enable(g_conn_handle, &g_data, true); in ZTEST()
122 g_data.requested_cte_length = REQUEST_CTE_LEN_TOO_LONG; in ZTEST()
124 err = send_conn_cte_req_enable(g_conn_handle, &g_data, true); in ZTEST()
135 g_data.requested_cte_length = REQUEST_CTE_LEN_TOO_SHORT; in ZTEST()
137 err = send_conn_cte_req_enable(g_conn_handle, &g_data, true); in ZTEST()
148 g_data.requested_cte_type = REQUEST_CTE_LEN_TOO_LONG; in ZTEST()
[all …]