HomeSort by relevance Sort by last modified time
    Searched defs:GattServerFactory (Results 1 - 2 of 2) sorted by null

  /system/bt/service/
gatt_server.h 165 friend class GattServerFactory;
268 // GattServerFactory is used to register and obtain a per-application GattServer
271 class GattServerFactory : public BluetoothInstanceFactory,
276 GattServerFactory();
277 ~GattServerFactory() override;
293 DISALLOW_COPY_AND_ASSIGN(GattServerFactory);
gatt_server.cc 571 // GattServerFactory implementation
574 GattServerFactory::GattServerFactory() {
578 GattServerFactory::~GattServerFactory() {
582 bool GattServerFactory::RegisterInstance(const UUID& uuid,
604 void GattServerFactory::RegisterServerCallback(

Completed in 2629 milliseconds