Welcome toVigges Developer Community-Open, Learning,Share
Welcome To Ask or Share your Answers For Others

Categories

0 votes
462 views
in Technique[技术] by (71.8m points)

android - Unpair bluetooth device not working in redmi phones, Used "removeBond" this method working in all other device

fun BluetoothDevice.removeBond() {
try {
    javaClass.getMethod("removeBond").invoke(this)
} catch (e: Exception) {
    Timber.i("Removing bond has been failed. ${e.message}")
} }

In other android phone this method is working well but not working in Redmi phones

Logs -> 1610017762.258 ? I/BluetoothDevice: removeBond() for device #### called by pid: 2027 tid: 2027

1610017762.268 ? E/BluetoothUtils: checkCallerAllowedToTouchBondDevices: the BT device is attached to 1000, can't be touched by 10211

1610017762.268 ? W/BluetoothAdapterService: removeBond() - Not allowed ownerUid to remove bond unless callerUid is system uid.


与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome To Ask or Share your Answers For Others

1 Answer

0 votes
by (71.8m points)
等待大神答复

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome to Vigges Developer Community for programmer and developer-Open, Learning and Share
...