blob: d3356e8a52e551758f7ad30926b72d75a1586ec6 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- device/bluetooth/bluetooth_adapter.cc.orig 2025-08-26 20:49:50 UTC
+++ device/bluetooth/bluetooth_adapter.cc
@@ -33,7 +33,7 @@ BluetoothAdapter::ServiceOptions::~ServiceOptions() =
BluetoothAdapter::ServiceOptions::ServiceOptions() = default;
BluetoothAdapter::ServiceOptions::~ServiceOptions() = default;
-#if !BUILDFLAG(IS_ANDROID) && !BUILDFLAG(IS_CHROMEOS) && \
+#if !BUILDFLAG(IS_ANDROID) && !BUILDFLAG(IS_CHROMEOS) && !BUILDFLAG(IS_BSD) && \
!BUILDFLAG(IS_APPLE) && !BUILDFLAG(IS_WIN) && !BUILDFLAG(IS_LINUX)
// static
scoped_refptr<BluetoothAdapter> BluetoothAdapter::CreateAdapter() {
|