Searched defs:GattServerFactory (Results 1 - 2 of 2) sorted by relevance

/system/bt/service/
H A Dgatt_server.h195 friend class GattServerFactory;
361 // GattServerFactory is used to register and obtain a per-application GattServer
364 class GattServerFactory : public BluetoothInstanceFactory, class in namespace:bluetooth
369 GattServerFactory();
370 ~GattServerFactory() override;
387 DISALLOW_COPY_AND_ASSIGN(GattServerFactory);
H A Dgatt_server.cpp955 // GattServerFactory implementation
958 GattServerFactory::GattServerFactory() { function in class:bluetooth::GattServerFactory
962 GattServerFactory::~GattServerFactory() {
966 bool GattServerFactory::RegisterInstance(
990 void GattServerFactory::RegisterServerCallback(

Completed in 198 milliseconds