'use strict'; require('android.content.Context'); require('android.bluetooth.BluetoothAdapter'); require('android.bluetooth.BluetoothManager'); require('android.bluetooth.BluetoothDevice'); require('android.bluetooth.BluetoothGatt'); require('android.bluetooth.BluetoothGattCallback'); require('android.bluetooth.le.ScanCallback'); require('android.bluetooth.le.ScanResult'); require('android.bluetooth.le.ScanSettings'); require('android.os.Handler'); require('android.os.Looper'); require('androidx.core.content.ContextCompat'); require('android.content.pm.PackageManager'); require('android.bluetooth.BluetoothGattService'); require('android.bluetooth.BluetoothGattCharacteristic'); require('android.bluetooth.BluetoothGattDescriptor'); require('java.util.UUID'); require('vue');