Upstream version 9.38.198.0
[platform/framework/web/crosswalk.git] / src / chromeos / dbus / bluetooth_gatt_service_client.cc
index 83ce29a..aa671e6 100644 (file)
@@ -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() {