#include "content/web_test/browser/web_test_first_device_bluetooth_chooser.h"
#include "base/logging.h"
namespace content {
WebTestFirstDeviceBluetoothChooser::WebTestFirstDeviceBluetoothChooser(
const EventHandler& event_handler)
: … { … }
WebTestFirstDeviceBluetoothChooser::~WebTestFirstDeviceBluetoothChooser() { … }
void WebTestFirstDeviceBluetoothChooser::SetAdapterPresence(
AdapterPresence presence) { … }
void WebTestFirstDeviceBluetoothChooser::ShowDiscoveryState(
DiscoveryState state) { … }
void WebTestFirstDeviceBluetoothChooser::AddOrUpdateDevice(
const std::string& device_id,
bool should_update_name,
const std::u16string& deviceName,
bool is_gatt_connected,
bool is_paired,
int signal_strength_level) { … }
}