| Index: device/bluetooth/dbus/bluetooth_device_client.h
|
| diff --git a/device/bluetooth/dbus/bluetooth_device_client.h b/device/bluetooth/dbus/bluetooth_device_client.h
|
| index 676b44a86bb06f8b63988d2c5cad62d3e64c15f4..cb857a7852ebc1961a1fe39072a857fc1e819eb9 100644
|
| --- a/device/bluetooth/dbus/bluetooth_device_client.h
|
| +++ b/device/bluetooth/dbus/bluetooth_device_client.h
|
| @@ -93,6 +93,9 @@ class DEVICE_BLUETOOTH_EXPORT BluetoothDeviceClient : public BluezDBusClient {
|
| // device have been discovered and exported over D-Bus. Read-only.
|
| dbus::Property<std::vector<dbus::ObjectPath>> gatt_services;
|
|
|
| + // Indicate whether or not service discovery has been resolved. Read-only.
|
| + dbus::Property<bool> services_resolved;
|
| +
|
| Properties(dbus::ObjectProxy* object_proxy,
|
| const std::string& interface_name,
|
| const PropertyChangedCallback& callback);
|
|
|