Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/gatt/
H A Dgatt_database.cpp86 auto sIt = services_.find(handle); in DeleteService() local
402 auto sIt = services_.find(includeService.startHandle_); in CheckIncludeServicesLegality() local
H A Dgatt_cache.cpp68 for (auto &sIt : services_) { in AddDescriptor() local
H A Dgatt_client_profile.cpp822 auto sIt = cache->second.GetServices().find(handle); in GetService() local
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/src/
H A Dbluetooth_gatt_server.cpp770 for (auto sIt = pimpl->gattServices_.begin(); sIt != pimpl->gattServices_.end(); sIt++) { in RemoveGattService() local