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

  /external/chromium_org/chromeos/dbus/
bluetooth_gatt_service_client.h 54 virtual void GattServiceRemoved(const dbus::ObjectPath& object_path) {}
bluetooth_gatt_service_client.cc 102 GattServiceRemoved(object_path));
fake_bluetooth_gatt_service_client.cc 172 GattServiceRemoved(object_path));
  /external/chromium_org/chrome/browser/extensions/api/bluetooth_low_energy/
bluetooth_low_energy_apitest.cc 317 event_router()->GattServiceRemoved(device0_.get(), service0_.get());
336 event_router()->GattServiceRemoved(device0_.get(), service0_.get());
342 event_router()->GattServiceRemoved(device0_.get(), service1_.get());
375 event_router()->GattServiceRemoved(device0_.get(), service0_.get());
427 event_router()->GattServiceRemoved(device0_.get(), service0_.get());
461 event_router()->GattServiceRemoved(device0_.get(), service0_.get());
499 event_router()->GattServiceRemoved(device0_.get(), service0_.get());
559 event_router()->GattServiceRemoved(device0_.get(), service0_.get());
603 event_router()->GattServiceRemoved(device0_.get(), service0_.get());
669 event_router()->GattServiceRemoved(device0_.get(), service1_.get())
    [all...]
bluetooth_low_energy_event_router.h 239 virtual void GattServiceRemoved(
bluetooth_low_energy_event_router.cc 870 void BluetoothLowEnergyEventRouter::GattServiceRemoved(
    [all...]
  /external/chromium_org/device/bluetooth/
bluetooth_device.h 98 virtual void GattServiceRemoved(BluetoothDevice* device,
bluetooth_device_chromeos.h 113 virtual void GattServiceRemoved(const dbus::ObjectPath& object_path) OVERRIDE;
bluetooth_device_chromeos.cc 151 // send GattServiceRemoved(), GetGattServices() returns no services.
157 GattServiceRemoved(this, iter->second));
522 void BluetoothDeviceChromeOS::GattServiceRemoved(
537 GattServiceRemoved(this, service));
bluetooth_gatt_chromeos_unittest.cc 95 virtual void GattServiceRemoved(
    [all...]

Completed in 244 milliseconds