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() { |