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

Unified Diff: chromeos/dbus/bluetooth_gatt_service_client.cc

Issue 402303002: bluetoothLowEnergy: Send onServiceAdded after all characteristics are discovered (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 5 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: chromeos/dbus/bluetooth_gatt_service_client.cc
diff --git a/chromeos/dbus/bluetooth_gatt_service_client.cc b/chromeos/dbus/bluetooth_gatt_service_client.cc
index 83ce29ab58fa2ee30c718ba38ea24e6d81f2619e..aa671e6e321b7d7040177d95a0cd497ff053599e 100644
--- a/chromeos/dbus/bluetooth_gatt_service_client.cc
+++ b/chromeos/dbus/bluetooth_gatt_service_client.cc
@@ -22,6 +22,8 @@ BluetoothGattServiceClient::Properties::Properties(
RegisterProperty(bluetooth_gatt_service::kIncludesProperty, &includes);
RegisterProperty(bluetooth_gatt_service::kDeviceProperty, &device);
RegisterProperty(bluetooth_gatt_service::kPrimaryProperty, &primary);
+ RegisterProperty(bluetooth_gatt_service::kCharacteristicsProperty,
+ &characteristics);
}
BluetoothGattServiceClient::Properties::~Properties() {
« no previous file with comments | « chromeos/dbus/bluetooth_gatt_service_client.h ('k') | chromeos/dbus/fake_bluetooth_gatt_characteristic_client.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698