Home
last modified time | relevance | path

Searched defs:gattClient (Results 1 – 2 of 2) sorted by relevance

/foundation/communication/bluetooth/frameworks/js/napi/src/ble/
Dnapi_bluetooth_gatt_client.cpp116 NapiGattClient *gattClient = new NapiGattClient(deviceId); in GattClientConstructor() local
135 NapiGattClient *gattClient = nullptr; in NapiGetGattClient() local
207 napi_env env, napi_value jsCallback, NapiGattClient *gattClient) in NapiGattClientCreateThreadSafeFunction()
239 auto gattClient = NapiGetGattClient(env, thisVar); in CheckGattClientOn() local
276 auto gattClient = NapiGetGattClient(env, thisVar); in CheckGattClientOff() local
318 NapiGattClient *gattClient = NapiGetGattClient(env, thisVar); in CheckGattClientNoArgc() local
328 NapiGattClient *gattClient = nullptr; in Connect() local
344 NapiGattClient* gattClient = nullptr; in Disconnect() local
367 NapiGattClient *gattClient = NapiGetGattClient(env, thisVar); in ParseGattClientReadCharacteristicValue() local
420 NapiGattClient *gattClient = NapiGetGattClient(env, thisVar); in ParseGattClientReadDescriptorValue() local
[all …]
/foundation/communication/bluetooth/frameworks/inner/c_adapter/
Dohos_bt_gatt_client.cpp52 std::shared_ptr<GattClient> gattClient; member