OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:BluetoothInstanceFactory
(Results
1 - 8
of
8
) sorted by null
/system/bt/service/
bluetooth_instance.h
51
// A
BluetoothInstanceFactory
provides a common interface for factory
54
class
BluetoothInstanceFactory
{
56
BluetoothInstanceFactory
() = default;
57
virtual ~
BluetoothInstanceFactory
() = default;
72
DISALLOW_COPY_AND_ASSIGN(
BluetoothInstanceFactory
);
gatt_client.h
58
class GattClientFactory : public
BluetoothInstanceFactory
,
66
//
BluetoothInstanceFactory
override:
low_energy_advertiser.h
119
class LowEnergyAdvertiserFactory : public
BluetoothInstanceFactory
{
126
//
BluetoothInstanceFactory
override:
low_energy_scanner.h
132
public
BluetoothInstanceFactory
{
139
//
BluetoothInstanceFactory
override:
low_energy_client.h
146
public
BluetoothInstanceFactory
{
153
//
BluetoothInstanceFactory
override:
gatt_server.h
271
class GattServerFactory : public
BluetoothInstanceFactory
,
279
//
BluetoothInstanceFactory
override:
/system/bt/service/ipc/binder/
interface_with_instances_base.cc
26
bluetooth::
BluetoothInstanceFactory
* factory) {
48
bluetooth::
BluetoothInstanceFactory
::RegisterCallback cb = [weak_ptr_to_this](
interface_with_instances_base.h
52
bluetooth::
BluetoothInstanceFactory
* factory);
Completed in 235 milliseconds