Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/bluetooth/frameworks/js/napi/include/
H A Dnapi_bluetooth_gatt_server.h31 static napi_value GattServerConstructor(napi_env env, napi_callback_info info);
/ohos5.0/foundation/communication/bluetooth/frameworks/js/napi/src/ble/
H A Dnapi_bluetooth_gatt_server.cpp69 napi_define_class(env, "GattServer", NAPI_AUTO_LENGTH, GattServerConstructor, nullptr, in DefineGattServerJSClass()
74 napi_value NapiGattServer::GattServerConstructor(napi_env env, napi_callback_info info) in GattServerConstructor() function in OHOS::Bluetooth::NapiGattServer