Searched refs:GattServerService (Results 1 – 10 of 10) sorted by relevance
53 GattServerService &self_;117 GattServerService::GattServerService() in GattServerService() function in OHOS::bluetooth::GattServerService123 GattServerService::~GattServerService() in ~GattServerService()138 int GattServerService::GetConnectState() in GetConnectState()490 GattServerService &service_;559 GattServerService &service_;562 void GattServerService::impl::Enable() in Enable()596 void GattServerService::Enable() in Enable()606 void GattServerService::Disable() in Disable()616 GattServerService::impl::impl(GattServerService &service) in impl()[all …]
29 class GattServerService : public IProfileGattServer, public utility::Context {51 GattServerService();52 ~GattServerService();63 BT_DISALLOW_COPY_AND_ASSIGN(GattServerService);
30 GattBasedServicesManager(GattServerService &server, utility::Dispatcher &dispatcher);
24 GattBasedServicesManager::GattBasedServicesManager(GattServerService &server, utility::Dispatcher &… in GattBasedServicesManager()
43 GenericAccessService(GattServerService &service, utility::Dispatcher &dispatcher);71 GattServerService &serverService_;
150 GenericAccessService::GenericAccessService(GattServerService &service, utility::Dispatcher &dispatc… in GenericAccessService()
34 GenericAttributeService(GattServerService &service, utility::Dispatcher &dispatcher);58 GattServerService &serverService_;
33 GenericAttributeService::GenericAttributeService(GattServerService &service, utility::Dispatcher &d… in GenericAttributeService()
37 explicit DeviceInformationService(GattServerService &service);76 GattServerService &serverService_;
46 DeviceInformationService::DeviceInformationService(GattServerService &service) in DeviceInformationService()