#include "content/browser/bluetooth/bluetooth_device_chooser_controller.h"
#include "device/bluetooth/bluetooth_discovery_filter.h"
#include "testing/gtest/include/gtest/gtest.h"
constexpr char kHeartRateUUIDString[] = …;
constexpr char kBatteryServiceUUIDString[] = …;
namespace content {
class BluetoothDeviceChooserControllerTest : public testing::Test { … };
TEST_F(BluetoothDeviceChooserControllerTest, CalculateSignalStrengthLevel) { … }
TEST_F(BluetoothDeviceChooserControllerTest, ComputeScanFilterTest) { … }
}