| Index: device/bluetooth/bluetooth_remote_gatt_service_bluez.h
|
| diff --git a/device/bluetooth/bluetooth_remote_gatt_service_bluez.h b/device/bluetooth/bluetooth_remote_gatt_service_bluez.h
|
| index 83222f0d9fb145ef53b6d02964d4231c39f9f4ec..483db24d51afa1d654ad4309ca9285b96acbc94b 100644
|
| --- a/device/bluetooth/bluetooth_remote_gatt_service_bluez.h
|
| +++ b/device/bluetooth/bluetooth_remote_gatt_service_bluez.h
|
| @@ -5,6 +5,8 @@
|
| #ifndef DEVICE_BLUETOOTH_BLUETOOTH_REMOTE_GATT_SERVICE_BLUEZ_H_
|
| #define DEVICE_BLUETOOTH_BLUETOOTH_REMOTE_GATT_SERVICE_BLUEZ_H_
|
|
|
| +#include <stdint.h>
|
| +
|
| #include <map>
|
| #include <string>
|
| #include <vector>
|
| @@ -92,7 +94,7 @@ class BluetoothRemoteGattServiceBlueZ
|
| void NotifyDescriptorValueChanged(
|
| BluetoothRemoteGattCharacteristicBlueZ* characteristic,
|
| BluetoothRemoteGattDescriptorBlueZ* descriptor,
|
| - const std::vector<uint8>& value);
|
| + const std::vector<uint8_t>& value);
|
|
|
| private:
|
| friend class BluetoothDeviceBlueZ;
|
|
|