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.cpp121 NapiGattClient *gattClient = new NapiGattClient(deviceId); in GattClientConstructor() local
146 NapiGattClient *gattClient = nullptr; in NapiGetGattClient() local
232 NapiGattClient *gattClient = NapiGetGattClient(env, thisVar); in CheckGattClientNoArgc() local
242 NapiGattClient *gattClient = nullptr; in Connect() local
259 NapiGattClient* gattClient = nullptr; in Disconnect() local
282 NapiGattClient *gattClient = NapiGetGattClient(env, thisVar); in ParseGattClientReadCharacteristicValue() local
335 NapiGattClient *gattClient = NapiGetGattClient(env, thisVar); in ParseGattClientReadDescriptorValue() local
384 NapiGattClient *gattClient = NapiGetGattClient(env, thisVar); in ParseGattClientGetServices() local
422 NapiGattClient* gattClient = nullptr; in Close() local
444 NapiGattClient *gattClient = NapiGetGattClient(env, thisVar); in CheckSetBLEMtuSize() local
[all …]
/foundation/communication/bluetooth/frameworks/inner/c_adapter/
Dohos_bt_gatt_client.cpp56 std::shared_ptr<GattClient> gattClient; member