#include "third_party/blink/renderer/modules/bluetooth/bluetooth_service_data_map.h"
#include "third_party/blink/renderer/core/typed_arrays/dom_data_view.h"
#include "third_party/blink/renderer/modules/bluetooth/bluetooth_remote_gatt_utils.h"
namespace blink {
class BluetoothServiceDataMapIterationSource final
: public PairSyncIterable<BluetoothServiceDataMap>::IterationSource { … };
BluetoothServiceDataMap::BluetoothServiceDataMap(
const BluetoothServiceDataMap::MapType& map)
: … { … }
BluetoothServiceDataMap::~BluetoothServiceDataMap() { … }
PairSyncIterable<BluetoothServiceDataMap>::IterationSource*
BluetoothServiceDataMap::CreateIterationSource(ScriptState*, ExceptionState&) { … }
bool BluetoothServiceDataMap::GetMapEntry(ScriptState*,
const String& key,
NotShared<DOMDataView>& value,
ExceptionState&) { … }
}