Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/bluetooth/frameworks/js/napi/include/
H A Dnapi_bluetooth_gatt_client.h35 static napi_value GattClientConstructor(napi_env env, napi_callback_info info);
/ohos5.0/foundation/communication/bluetooth/frameworks/js/napi/src/ble/
H A Dnapi_bluetooth_gatt_client.cpp101 napi_define_class(env, "GattClientDevice", NAPI_AUTO_LENGTH, GattClientConstructor, nullptr, in DefineGattClientJSClass()
106 napi_value NapiGattClient::GattClientConstructor(napi_env env, napi_callback_info info) in GattClientConstructor() function in OHOS::Bluetooth::NapiGattClient