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