| Index: device/bluetooth/bluetooth_remote_gatt_characteristic_mac.h
|
| diff --git a/device/bluetooth/bluetooth_remote_gatt_characteristic_mac.h b/device/bluetooth/bluetooth_remote_gatt_characteristic_mac.h
|
| index 4b628c60c97878143a2c522b336690903a74e45a..229daff694be4a4241e85bed8efc0ce74fc6c6d0 100644
|
| --- a/device/bluetooth/bluetooth_remote_gatt_characteristic_mac.h
|
| +++ b/device/bluetooth/bluetooth_remote_gatt_characteristic_mac.h
|
| @@ -135,6 +135,11 @@ class DEVICE_BLUETOOTH_EXPORT BluetoothRemoteGattCharacteristicMac
|
| gatt_descriptor_macs_;
|
| };
|
|
|
| +// Stream operator for logging.
|
| +DEVICE_BLUETOOTH_EXPORT std::ostream& operator<<(
|
| + std::ostream& out,
|
| + const BluetoothRemoteGattCharacteristicMac& characteristic);
|
| +
|
| } // namespace device
|
|
|
| #endif // DEVICE_BLUETOOTH_BLUETOOTH_REMOTE_GATT_CHARACTERISTIC_MAC_H_
|
|
|