Index: device/bluetooth/dbus/bluetooth_gatt_application_service_provider_impl.h |
diff --git a/device/bluetooth/dbus/bluetooth_gatt_application_service_provider_impl.h b/device/bluetooth/dbus/bluetooth_gatt_application_service_provider_impl.h |
index ffa5f3c4a83091b2f0d0ecd8e6b18a80821bcf60..8e6258c7241f3c9949accea69a61dfa456a02921 100644 |
--- a/device/bluetooth/dbus/bluetooth_gatt_application_service_provider_impl.h |
+++ b/device/bluetooth/dbus/bluetooth_gatt_application_service_provider_impl.h |
@@ -53,13 +53,13 @@ class DEVICE_BLUETOOTH_EXPORT BluetoothGattApplicationServiceProviderImpl |
bool OnOriginThread(); |
template <typename Attribute> |
- void WriteObjectStruct(dbus::MessageWriter* writer, |
- const std::string& attribute_interface, |
- Attribute* attribute); |
+ void WriteObjectDict(dbus::MessageWriter* writer, |
+ const std::string& attribute_interface, |
+ Attribute* attribute); |
template <typename Attribute> |
- void WriteInterfaceStruct(dbus::MessageWriter* writer, |
- const std::string& attribute_interface, |
- Attribute* attribute); |
+ void WriteInterfaceDict(dbus::MessageWriter* writer, |
+ const std::string& attribute_interface, |
+ Attribute* attribute); |
void WriteAttributeProperties( |
dbus::MessageWriter* writer, |