Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/bluetooth/frameworks/js/napi/include/
H A Dnapi_bluetooth_gatt_server.h29 static napi_value CreateGattServer(napi_env env, napi_callback_info info);
/ohos5.0/foundation/communication/bluetooth_service/test/example/bluetoothtest/entry/src/main/ets/MainAbility/model/
H A DgattServerInterface.ets50 console.log("CreateGattServer start -----------")
52 message = "CreateGattServer:succeeds!";
53 console.log("CreateGattServer:succeeds!-----------")
H A DgattServerManagerInterface.ets33 console.log("CreateGattServer start -----------")
35 message = "CreateGattServer:succeeds!";
36 console.log("CreateGattServer:succeeds!-----------")
/ohos5.0/foundation/communication/bluetooth/frameworks/js/napi/src/ble/
H A Dnapi_bluetooth_gatt_server.cpp39 napi_value NapiGattServer::CreateGattServer(napi_env env, napi_callback_info info) in CreateGattServer() function in OHOS::Bluetooth::NapiGattServer
H A Dnapi_bluetooth_ble.cpp324 DECLARE_NAPI_FUNCTION("createGattServer", NapiGattServer::CreateGattServer), in DefineBLEJSObject()