Home
last modified time | relevance | path

Searched defs:Discover (Results 1 – 1 of 1) sorted by relevance

/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/gatt/
H A Dgatt_client_service.cpp36 struct Discover { struct
37 struct Task {
45 ClientApplication &client_;
46 GattClientProfile &profile_;
50Discover(ClientApplication &client, GattClientProfile &profile) : client_(client), profile_(profil… in Discover() argument