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

  /external/chromium_org/chromeos/dbus/
bluetooth_gatt_characteristic_client.h 54 virtual void GattCharacteristicAdded(const dbus::ObjectPath& object_path) {}
bluetooth_gatt_characteristic_client.cc 219 GattCharacteristicAdded(object_path));
fake_bluetooth_gatt_characteristic_client.cc 355 GattCharacteristicAdded(object_path));
  /external/chromium_org/device/bluetooth/
bluetooth_remote_gatt_service_chromeos.cc 40 GattCharacteristicAdded(*iter);
210 void BluetoothRemoteGattServiceChromeOS::GattCharacteristicAdded(
237 GattCharacteristicAdded(this, characteristic));
bluetooth_gatt_service.h 159 // service and perform the necessary updates. GattCharacteristicAdded exists
161 virtual void GattCharacteristicAdded(
169 // GATT based profile. See the documentation of GattCharacteristicAdded and
bluetooth_remote_gatt_service_chromeos.h 119 virtual void GattCharacteristicAdded(
bluetooth_gatt_chromeos_unittest.cc 170 virtual void GattCharacteristicAdded(
    [all...]
  /external/chromium_org/chrome/browser/extensions/api/bluetooth_low_energy/
bluetooth_low_energy_apitest.cc 471 event_router()->GattCharacteristicAdded(service0_.get(), chrc0_.get());
509 event_router()->GattCharacteristicAdded(service0_.get(), chrc0_.get());
579 event_router()->GattCharacteristicAdded(service0_.get(), chrc0_.get());
615 event_router()->GattCharacteristicAdded(service0_.get(), chrc0_.get());
616 event_router()->GattCharacteristicAdded(service1_.get(), chrc2_.get());
680 event_router()->GattCharacteristicAdded(service0_.get(), chrc0_.get());
720 event_router()->GattCharacteristicAdded(service0_.get(), chrc0_.get());
766 event_router()->GattCharacteristicAdded(service0_.get(), chrc0_.get());
803 event_router()->GattCharacteristicAdded(service0_.get(), chrc0_.get());
    [all...]
bluetooth_low_energy_event_router.h 246 virtual void GattCharacteristicAdded(
bluetooth_low_energy_event_router.cc 920 void BluetoothLowEnergyEventRouter::GattCharacteristicAdded(
    [all...]

Completed in 494 milliseconds