跳转至

蓝牙

获取蓝牙管理器

添加: Version 1.5.2

val bluetoothManager = getBluetoothManager()

判断蓝牙是否可用

添加: Version 1.5.2

val enable = isBleEnabled()