diff --git a/www/js/bluetooth/blueoothScanner.ts b/www/js/bluetooth/blueoothScanner.ts index 4ebd8f908..0a678edca 100644 --- a/www/js/bluetooth/blueoothScanner.ts +++ b/www/js/bluetooth/blueoothScanner.ts @@ -5,7 +5,7 @@ export default function gatherBluetoothData(t): Promise { let logs: string[] = []; logDebug('Running bluetooth discovery test!'); - window['bluetoothSerial'].discoverUnpaired( + window['bluetoothClassicSerial'].discoverUnpaired( (devices: Array) => { devices.forEach(function (device) { logs.push(