Searched refs:characs (Results 1 – 1 of 1) sorted by relevance
538 std::vector<GattCharacteristic> &characs = svc.GetCharacteristics(); in GetCharacteristicByHandle() local539 for (auto &charac : characs) { in GetCharacteristicByHandle()552 auto getDescriptorFunc = [handle](std::vector<GattCharacteristic> &characs) -> GattDescriptor* { in GetDescriptorByHandle() argument553 for (auto &charac : characs) { in GetDescriptorByHandle()