Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/dsoftbus/tests/core/connection/ble/
H A Dconnection_ble_manager_test.cpp49 static ConnectFuncInterface *g_bleInterface = NULL; variable
163 g_bleInterface = ConnInitBle(&connectCb); in SetUp()
164 ASSERT_NE(g_bleInterface, NULL); in SetUp()
344 g_bleInterface->ConnectDevice(&option, requestId, &result);
406 ret = g_bleInterface->DisconnectDeviceNow(&option);
416 ret = g_bleInterface->DisconnectDeviceNow(&option);
493 int32_t ret = g_bleInterface->StartLocalListening(&info);
498 ret = g_bleInterface->StopLocalListening(&info);
501 ret = g_bleInterface->StopLocalListening(&info);
506 ret = g_bleInterface->StartLocalListening(&info);
[all …]