Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/gatt/
H A Dgatt_database.cpp210 [&handle](auto &iSvc) { return handle == iSvc.startHandle_; in IsReferenced()
234 [&serviceHandle](auto &iSvc) { return iSvc.handle_ == serviceHandle; }); in GetIncludeService()
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/src/
H A Dbluetooth_gatt_server.cpp415 for (auto &iSvc : iSvcs) { in BuildIncludeService() local