Home
last modified time | relevance | path

Searched refs:GetCharacteristicByHandle (Results 1 - 1 of 1) sorted by relevance

/foundation/communication/bluetooth/frameworks/inner/src/
H A Dbluetooth_gatt_client.cpp122 bool GetCharacteristicByHandle(uint16_t handle, GattCharacteristic &outCharac);
191 bool isExist = clientSptr->pimpl->GetCharacteristicByHandle(characteristic.handle_, charac);
218 bool isExist = clientSptr->pimpl->GetCharacteristicByHandle(characteristic.handle_, charac);
531 bool GattClient::impl::GetCharacteristicByHandle(uint16_t handle, GattCharacteristic &outCharac) in GetCharacteristicByHandle() function in OHOS::Bluetooth::GattClient::impl

Completed in 2 milliseconds