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

  /external/chromium_org/chromeos/dbus/
bluetooth_gatt_characteristic_client.h 58 virtual void GattCharacteristicAdded(const dbus::ObjectPath& object_path) {}
bluetooth_gatt_characteristic_client.cc 213 GattCharacteristicAdded(object_path));
fake_bluetooth_gatt_characteristic_client.cc 360 GattCharacteristicAdded(object_path));
  /external/chromium_org/device/bluetooth/
bluetooth_remote_gatt_service_chromeos.h 115 virtual void GattCharacteristicAdded(
bluetooth_remote_gatt_service_chromeos.cc 41 GattCharacteristicAdded(*iter);
222 void BluetoothRemoteGattServiceChromeOS::GattCharacteristicAdded(
bluetooth_adapter.h 101 // preceded by calls to GattCharacteristicAdded and GattDescriptorAdded.
124 virtual void GattCharacteristicAdded(
bluetooth_adapter_chromeos.cc 808 GattCharacteristicAdded(this, characteristic));
    [all...]
bluetooth_gatt_chromeos_unittest.cc 136 virtual void GattCharacteristicAdded(
    [all...]
  /external/chromium_org/extensions/browser/api/bluetooth_low_energy/
bluetooth_low_energy_apitest.cc 484 event_router()->GattCharacteristicAdded(mock_adapter_, chrc0_.get());
522 event_router()->GattCharacteristicAdded(mock_adapter_, chrc0_.get());
592 event_router()->GattCharacteristicAdded(mock_adapter_, chrc0_.get());
629 event_router()->GattCharacteristicAdded(mock_adapter_, chrc0_.get());
630 event_router()->GattCharacteristicAdded(mock_adapter_, chrc2_.get());
695 event_router()->GattCharacteristicAdded(mock_adapter_, chrc0_.get());
735 event_router()->GattCharacteristicAdded(mock_adapter_, chrc0_.get());
781 event_router()->GattCharacteristicAdded(mock_adapter_, chrc0_.get());
818 event_router()->GattCharacteristicAdded(mock_adapter_, chrc0_.get());
    [all...]
bluetooth_low_energy_event_router.h 244 virtual void GattCharacteristicAdded(
bluetooth_low_energy_event_router.cc 886 void BluetoothLowEnergyEventRouter::GattCharacteristicAdded(
    [all...]

Completed in 742 milliseconds