| Index: device/bluetooth/dbus/fake_bluetooth_gatt_service_client.cc
|
| diff --git a/device/bluetooth/dbus/fake_bluetooth_gatt_service_client.cc b/device/bluetooth/dbus/fake_bluetooth_gatt_service_client.cc
|
| index 8ee318b1791ae719481681c94b754219523772d5..6cf273b2c99c32b5d5a44aee9141cbc252f7b7a3 100644
|
| --- a/device/bluetooth/dbus/fake_bluetooth_gatt_service_client.cc
|
| +++ b/device/bluetooth/dbus/fake_bluetooth_gatt_service_client.cc
|
| @@ -21,6 +21,8 @@ const char FakeBluetoothGattServiceClient::kHeartRateServicePathComponent[] =
|
| "service0000";
|
| const char FakeBluetoothGattServiceClient::kBatteryServicePathComponent[] =
|
| "service0001";
|
| +const char FakeBluetoothGattServiceClient::kGenericAccessServiceUUID[] =
|
| + "00001800-0000-1000-8000-00805f9b34fb";
|
| const char FakeBluetoothGattServiceClient::kHeartRateServiceUUID[] =
|
| "0000180d-0000-1000-8000-00805f9b34fb";
|
| const char FakeBluetoothGattServiceClient::kBatteryServiceUUID[] =
|
|
|