Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/bluetooth/frameworks/js/napi/include/
H A Dnapi_bluetooth_gatt_client.h33 static napi_value CreateGattClientDevice(napi_env env, napi_callback_info info);
/ohos5.0/foundation/communication/bluetooth/frameworks/js/napi/src/ble/
H A Dnapi_bluetooth_gatt_client.cpp65 napi_value NapiGattClient::CreateGattClientDevice(napi_env env, napi_callback_info info) in CreateGattClientDevice() function in OHOS::Bluetooth::NapiGattClient
H A Dnapi_bluetooth_ble.cpp325 DECLARE_NAPI_FUNCTION("createGattClientDevice", NapiGattClient::CreateGattClientDevice), in DefineBLEJSObject()