Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/bluetooth/frameworks/inner/src/
H A Dbluetooth_gatt_client.cpp538 std::vector<GattCharacteristic> &characs = svc.GetCharacteristics(); in GetCharacteristicByHandle() local
539 for (auto &charac : characs) { in GetCharacteristicByHandle()
552 auto getDescriptorFunc = [handle](std::vector<GattCharacteristic> &characs) -> GattDescriptor* { in GetDescriptorByHandle() argument
553 for (auto &charac : characs) { in GetDescriptorByHandle()