// Copyright 2021 The Chromium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #ifndef DEVICE_BLUETOOTH_BLUETOOTH_LOW_ENERGY_SCAN_SESSION_H_ #define DEVICE_BLUETOOTH_BLUETOOTH_LOW_ENERGY_SCAN_SESSION_H_ #include <optional> #include "device/bluetooth/bluetooth_export.h" namespace device { class BluetoothDevice; class DEVICE_BLUETOOTH_EXPORT BluetoothLowEnergyScanSession { … }; } // namespace device #endif // DEVICE_BLUETOOTH_BLUETOOTH_LOW_ENERGY_SCAN_SESSION_H_