Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/bluetooth/frameworks/inner/src/
H A Dbluetooth_gatt_server.cpp98 GattService *GetIncludeService(uint16_t handle);
416 GattService *pSvc = GetIncludeService(iSvc.startHandle_); in BuildIncludeService()
425 GattService *GattServer::impl::GetIncludeService(uint16_t handle) in GetIncludeService() function in OHOS::Bluetooth::GattServer::impl
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/gatt/
H A Dgatt_database.h204 const GattDatabase::IncludeService *GetIncludeService(uint16_t serviceHandle);
H A Dgatt_database.cpp229 const GattDatabase::IncludeService *GattDatabase::GetIncludeService(uint16_t serviceHandle) in GetIncludeService() function in OHOS::bluetooth::GattDatabase
H A Dgatt_server_profile.cpp517 auto isvc = db_.GetIncludeService(startHandle); in FindIncludedServiceResponse()