Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/bluetooth/frameworks/inner/src/
H A Dbluetooth_gatt_server.cpp101 void BuildIncludeService(GattService &svc, const std::vector<bluetooth::Service> &iSvcs);
337 serverSptr->pimpl->BuildIncludeService(gattService, service.includeServices_); in OnAddService()
413 void GattServer::impl::BuildIncludeService(GattService &svc, const std::vector<bluetooth::Service> … in BuildIncludeService() function in OHOS::Bluetooth::GattServer::impl