Loading src/com/android/bluetooth/btservice/RemoteDevices.java +1 −0 Original line number Diff line number Diff line Loading @@ -495,6 +495,7 @@ final class RemoteDevices { if (device.getBondState() == BluetoothDevice.BOND_BONDING) { /*Broadcasting PAIRING_CANCEL intent as well in this case*/ intent = new Intent(BluetoothDevice.ACTION_PAIRING_CANCEL); intent.putExtra(BluetoothDevice.EXTRA_DEVICE, device); mAdapterService.sendBroadcast(intent, mAdapterService.BLUETOOTH_ADMIN_PERM); } intent = new Intent(BluetoothDevice.ACTION_ACL_DISCONNECTED); Loading Loading
src/com/android/bluetooth/btservice/RemoteDevices.java +1 −0 Original line number Diff line number Diff line Loading @@ -495,6 +495,7 @@ final class RemoteDevices { if (device.getBondState() == BluetoothDevice.BOND_BONDING) { /*Broadcasting PAIRING_CANCEL intent as well in this case*/ intent = new Intent(BluetoothDevice.ACTION_PAIRING_CANCEL); intent.putExtra(BluetoothDevice.EXTRA_DEVICE, device); mAdapterService.sendBroadcast(intent, mAdapterService.BLUETOOTH_ADMIN_PERM); } intent = new Intent(BluetoothDevice.ACTION_ACL_DISCONNECTED); Loading