Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2508)

Unified Diff: device/bluetooth/dbus/bluetooth_gatt_characteristic_service_provider_impl.h

Issue 2039773005: Add support in Chrome to send notifications to a specific device. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: device/bluetooth/dbus/bluetooth_gatt_characteristic_service_provider_impl.h
diff --git a/device/bluetooth/dbus/bluetooth_gatt_characteristic_service_provider_impl.h b/device/bluetooth/dbus/bluetooth_gatt_characteristic_service_provider_impl.h
index b9308760b4803019e41cad2a6feebb16acaf5da5..7aab8bd26bef3fee5ccf65af4e9559569659e77d 100644
--- a/device/bluetooth/dbus/bluetooth_gatt_characteristic_service_provider_impl.h
+++ b/device/bluetooth/dbus/bluetooth_gatt_characteristic_service_provider_impl.h
@@ -39,7 +39,9 @@ class DEVICE_BLUETOOTH_EXPORT BluetoothGattCharacteristicServiceProviderImpl
~BluetoothGattCharacteristicServiceProviderImpl() override;
// BluetoothGattCharacteristicServiceProvider override.
- void SendValueChanged(const std::vector<uint8_t>& value) override;
+ void SendValueChanged(const dbus::ObjectPath& device_path,
+ const std::vector<uint8_t>& value,
+ bool indicate) override;
private:
// Returns true if the current thread is on the origin thread.

Powered by Google App Engine
This is Rietveld 408576698