I am learning about bluetooth functionality in android. I came across BluetoothDevice.EXTRA_DEVICE
and intent.getParcelable()
. My question is what is parcelable and why is it used with BluetoothDevice.EXTRA_DEVICE
and intent.getParcelable()
I referred this answer but it doesn't answer
why is it used with
BluetoothDevice.EXTRA_DEVICE