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

/system/bt/service/
H A Dlow_energy_client.h143 friend class LowEnergyClientFactory;
240 // LowEnergyClientFactory is used to register and obtain a per-application
244 class LowEnergyClientFactory class in namespace:bluetooth
250 LowEnergyClientFactory(Adapter& adapter);
251 ~LowEnergyClientFactory() override;
273 DISALLOW_COPY_AND_ASSIGN(LowEnergyClientFactory);
H A Dlow_energy_client.cpp827 // LowEnergyClientFactory implementation
830 LowEnergyClientFactory::LowEnergyClientFactory(Adapter& adapter) function in class:bluetooth::LowEnergyClientFactory
835 LowEnergyClientFactory::~LowEnergyClientFactory() {
839 bool LowEnergyClientFactory::RegisterInstance(
863 void LowEnergyClientFactory::RegisterClientCallback(

Completed in 379 milliseconds