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 195 friend class GattServerFactory;
361 // GattServerFactory is used to register and obtain a per-application GattServer
364 class GattServerFactory : public BluetoothInstanceFactory,
369 GattServerFactory();
370 ~GattServerFactory() override;
387 DISALLOW_COPY_AND_ASSIGN(GattServerFactory);
gatt_server.cpp 955 // GattServerFactory implementation
958 GattServerFactory::GattServerFactory() {
962 GattServerFactory::~GattServerFactory() {
966 bool GattServerFactory::RegisterInstance(
990 void GattServerFactory::RegisterServerCallback(

Completed in 509 milliseconds