Searched refs:g_conn_handle (Results 1 – 3 of 3) sorted by relevance
/Zephyr-latest/tests/bluetooth/df/connection_cte_req/src/ |
D | test_cte_req_enable.c | 26 static uint16_t g_conn_handle; variable 99 err = send_conn_cte_req_enable(g_conn_handle, &g_data, true); in ZTEST() 111 err = send_conn_cte_req_enable(g_conn_handle, &g_data, true); in ZTEST() 124 err = send_conn_cte_req_enable(g_conn_handle, &g_data, true); in ZTEST() 137 err = send_conn_cte_req_enable(g_conn_handle, &g_data, true); in ZTEST() 150 err = send_conn_cte_req_enable(g_conn_handle, &g_data, true); in ZTEST() 159 err = send_conn_cte_req_enable(g_conn_handle, &g_data, true); in ZTEST() 167 err = send_conn_cte_req_enable(g_conn_handle, NULL, false); in ZTEST() 181 g_conn_handle = ut_bt_create_connection(); in connection_setup() 184 static void connection_teardown(void *data) { ut_bt_destroy_connection(g_conn_handle); } in connection_teardown() [all …]
|
D | test_cte_set_rx_params.c | 20 static uint16_t g_conn_handle; variable 92 err = send_set_conn_cte_rx_params(g_conn_handle, &g_params, true); in ZTEST() 107 err = send_set_conn_cte_rx_params(g_conn_handle, &g_params, true); in ZTEST() 122 err = send_set_conn_cte_rx_params(g_conn_handle, &g_params, true); in ZTEST() 134 err = send_set_conn_cte_rx_params(g_conn_handle, &g_params, true); in ZTEST() 148 err = send_set_conn_cte_rx_params(g_conn_handle, &g_params, true); in ZTEST() 158 err = send_set_conn_cte_rx_params(g_conn_handle, &g_params, false); in ZTEST() 171 err = send_set_conn_cte_rx_params(g_conn_handle, &g_params, false); in ZTEST() 186 err = send_set_conn_cte_rx_params(g_conn_handle, &g_params, false); in ZTEST() 201 err = send_set_conn_cte_rx_params(g_conn_handle, &g_params, false); in ZTEST() [all …]
|
/Zephyr-latest/tests/bluetooth/df/connection_cte_tx_params/src/ |
D | test_set_conn_cte_tx_params.c | 19 static uint16_t g_conn_handle; variable 99 err = send_set_conn_cte_tx_params(g_conn_handle, &g_params); in ZTEST() 111 err = send_set_conn_cte_tx_params(g_conn_handle, &g_params); in ZTEST() 125 err = send_set_conn_cte_tx_params(g_conn_handle, &g_params); in ZTEST() 139 err = send_set_conn_cte_tx_params(g_conn_handle, &g_params); in ZTEST() 151 err = send_set_conn_cte_tx_params(g_conn_handle, &g_params); in ZTEST() 165 err = send_set_conn_cte_tx_params(g_conn_handle, &g_params); in ZTEST() 178 g_conn_handle = ut_bt_create_connection(); in connection_setup() 181 static void connection_teardown(void *data) { ut_bt_destroy_connection(g_conn_handle); } in connection_teardown()
|