Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/bluetooth/frameworks/inner/src/
H A Dbluetooth_gatt_client.cpp552 auto getDescriptorFunc = [handle](std::vector<GattCharacteristic> &characs) -> GattDescriptor* { in GetDescriptorByHandle() local
565 GattDescriptor *descPtr = getDescriptorFunc(svc.GetCharacteristics()); in GetDescriptorByHandle()