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

Unified Diff: device/bluetooth/dbus/bluetooth_gatt_application_service_provider.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_application_service_provider.h
diff --git a/device/bluetooth/dbus/bluetooth_gatt_application_service_provider.h b/device/bluetooth/dbus/bluetooth_gatt_application_service_provider.h
index adfff73eeb2de5b4c8e62c7996ca99363b7ae595..b27c74a81881f4597bf256c7a907aec70e769fe7 100644
--- a/device/bluetooth/dbus/bluetooth_gatt_application_service_provider.h
+++ b/device/bluetooth/dbus/bluetooth_gatt_application_service_provider.h
@@ -47,8 +47,10 @@ class DEVICE_BLUETOOTH_EXPORT BluetoothGattApplicationServiceProvider {
const std::map<dbus::ObjectPath, BluetoothLocalGattServiceBlueZ*>&
services);
- void SendValueChanged(const dbus::ObjectPath& characteristic_path,
- const std::vector<uint8_t>& value);
+ void SendValueChanged(const dbus::ObjectPath& device_path,
+ const dbus::ObjectPath& characteristic_path,
+ const std::vector<uint8_t>& value,
+ bool indicate);
protected:
BluetoothGattApplicationServiceProvider();

Powered by Google App Engine
This is Rietveld 408576698