HomeSort by relevance Sort by last modified time
    Searched refs:BluetoothLowEnergyConnection (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/extensions/browser/api/bluetooth_low_energy/
bluetooth_low_energy_connection.cc 12 ApiResourceManager<BluetoothLowEnergyConnection> > > g_factory =
17 ApiResourceManager<BluetoothLowEnergyConnection> >*
18 ApiResourceManager<BluetoothLowEnergyConnection>::GetFactoryInstance() {
22 BluetoothLowEnergyConnection::BluetoothLowEnergyConnection(
31 BluetoothLowEnergyConnection::~BluetoothLowEnergyConnection() {
35 BluetoothLowEnergyConnection::GetConnection() const {
39 bool BluetoothLowEnergyConnection::IsPersistent() const {
bluetooth_low_energy_connection.h 16 class BluetoothLowEnergyConnection : public ApiResource {
18 explicit BluetoothLowEnergyConnection(
22 virtual ~BluetoothLowEnergyConnection();
35 friend class ApiResourceManager<BluetoothLowEnergyConnection>;
47 DISALLOW_COPY_AND_ASSIGN(BluetoothLowEnergyConnection);
bluetooth_low_energy_event_router.cc 127 typedef extensions::ApiResourceManager<extensions::BluetoothLowEnergyConnection>
136 "ApiResourceManager<BluetoothLowEnergyConnection>.";
228 BluetoothLowEnergyConnection* conn =
283 BluetoothLowEnergyConnection* conn =
    [all...]
bluetooth_low_energy_event_router.h 42 class BluetoothLowEnergyConnection;
349 // Finds and returns a BluetoothLowEnergyConnection to device with address
352 BluetoothLowEnergyConnection* FindConnection(

Completed in 79 milliseconds