Files
akbleserver/unpackage/dist/dev/.tsc/app-android/output.js
2026-03-16 10:37:46 +08:00

22 lines
785 B
JavaScript

'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');