diff --git a/es-core/src/SystemStatus.cpp b/es-core/src/SystemStatus.cpp index d8f6b5d54..b3cdf20bd 100644 --- a/es-core/src/SystemStatus.cpp +++ b/es-core/src/SystemStatus.cpp @@ -201,7 +201,7 @@ void SystemStatus::getStatusBluetooth() hasBluetooth = true; #elif defined(__linux__) - if (hci_get_route(nullptr) == 0) + if (hci_get_route(nullptr) != -1) hasBluetooth = true; #endif