HomeSort by relevance Sort by last modified time
    Searched full:characteristic_path (Results 1 - 8 of 8) sorted by null

  /external/chromium_org/chromeos/dbus/
fake_bluetooth_gatt_descriptor_service_provider.h 28 const dbus::ObjectPath& characteristic_path);
45 const dbus::ObjectPath& characteristic_path() const { function in class:chromeos::FakeBluetoothGattDescriptorServiceProvider
fake_bluetooth_gatt_descriptor_service_provider.cc 21 const dbus::ObjectPath& characteristic_path)
24 characteristic_path_(characteristic_path),
fake_bluetooth_gatt_descriptor_client.cc 125 const dbus::ObjectPath& characteristic_path,
133 DCHECK(characteristic_path.IsValid());
135 characteristic_path.value() + "/" +
149 properties->characteristic.ReplaceValue(characteristic_path);
fake_bluetooth_gatt_descriptor_client.h 58 // with object path |characteristic_path|. Descriptor object paths are
63 dbus::ObjectPath ExposeDescriptor(const dbus::ObjectPath& characteristic_path,
bluetooth_gatt_descriptor_service_provider.h 81 // is the list of attribute permissions, |characteristic_path| is the object
89 // |characteristic_path| as its prefix. Ownership of |delegate| is not taken,
98 const dbus::ObjectPath& characteristic_path);
bluetooth_gatt_descriptor_service_provider.cc 38 const dbus::ObjectPath& characteristic_path)
44 characteristic_path_(characteristic_path),
462 const dbus::ObjectPath& characteristic_path) {
465 bus, object_path, delegate, uuid, permissions, characteristic_path);
468 object_path, delegate, uuid, permissions, characteristic_path);
  /external/chromium_org/device/bluetooth/
bluetooth_gatt_notify_session_chromeos.cc 22 const dbus::ObjectPath& characteristic_path)
28 object_path_(characteristic_path) {
bluetooth_gatt_notify_session_chromeos.h 45 const dbus::ObjectPath& characteristic_path);

Completed in 4619 milliseconds