| Index: device/bluetooth/bluetooth_remote_gatt_descriptor_mac.h
|
| diff --git a/device/bluetooth/bluetooth_remote_gatt_descriptor_mac.h b/device/bluetooth/bluetooth_remote_gatt_descriptor_mac.h
|
| index 9749322a4d1b350d1cbbaedced94d55cef485d47..60d4062498790ff2fb79facd2696f89d1d7fa7c0 100644
|
| --- a/device/bluetooth/bluetooth_remote_gatt_descriptor_mac.h
|
| +++ b/device/bluetooth/bluetooth_remote_gatt_descriptor_mac.h
|
| @@ -60,6 +60,11 @@ class DEVICE_BLUETOOTH_EXPORT BluetoothRemoteGattDescriptorMac
|
| std::vector<uint8_t> value_;
|
| };
|
|
|
| +// Stream operator for logging.
|
| +DEVICE_BLUETOOTH_EXPORT std::ostream& operator<<(
|
| + std::ostream& out,
|
| + const BluetoothRemoteGattDescriptorMac& descriptor);
|
| +
|
| } // namespace device
|
|
|
| #endif // DEVICE_BLUETOOTH_BLUETOOTH_REMOTE_GATT_CHARACTERISTIC_MAC_H_
|
|
|