Searched refs:CreateGattServer (Results 1 – 5 of 5) sorted by relevance
29 static napi_value CreateGattServer(napi_env env, napi_callback_info info);
50 console.log("CreateGattServer start -----------")52 message = "CreateGattServer:succeeds!";53 console.log("CreateGattServer:succeeds!-----------")
33 console.log("CreateGattServer start -----------")35 message = "CreateGattServer:succeeds!";36 console.log("CreateGattServer:succeeds!-----------")
39 napi_value NapiGattServer::CreateGattServer(napi_env env, napi_callback_info info) in CreateGattServer() function in OHOS::Bluetooth::NapiGattServer
324 DECLARE_NAPI_FUNCTION("createGattServer", NapiGattServer::CreateGattServer), in DefineBLEJSObject()