// Copyright 2019 The Chromium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #include "content/browser/bluetooth/bluetooth_util.h" namespace content { bool AreScanFiltersSame( const blink::mojom::WebBluetoothLeScanFilter& filter_1, const blink::mojom::WebBluetoothLeScanFilter& filter_2) { … } bool MatchesBluetoothDataFilter( const std::vector<blink::mojom::WebBluetoothDataFilterPtr>& prefix, const device::BluetoothDevice::ManufacturerData& data) { … } } // namespace content