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.cpp117 NapiGattClient *gattClient = new NapiGattClient(deviceId); in GattClientConstructor() local
136 NapiGattClient *gattClient = nullptr; in NapiGetGattClient() local
222 NapiGattClient *gattClient = NapiGetGattClient(env, thisVar); in CheckGattClientNoArgc() local
232 NapiGattClient *gattClient = nullptr; in Connect() local
249 NapiGattClient* gattClient = nullptr; in Disconnect() local
272 NapiGattClient *gattClient = NapiGetGattClient(env, thisVar); in ParseGattClientReadCharacteristicValue() local
325 NapiGattClient *gattClient = NapiGetGattClient(env, thisVar); in ParseGattClientReadDescriptorValue() local
374 NapiGattClient *gattClient = NapiGetGattClient(env, thisVar); in ParseGattClientGetServices() local
412 NapiGattClient* gattClient = nullptr; in Close() local
434 NapiGattClient *gattClient = NapiGetGattClient(env, thisVar); in CheckSetBLEMtuSize() local
[all …]
/foundation/communication/bluetooth/frameworks/inner/c_adapter/
Dohos_bt_gatt_client.cpp53 std::shared_ptr<GattClient> gattClient; member