//common/dev.atick.bluetooth.common.receivers/ScannedDeviceReceiver/onReceive
onReceive
[androidJvm]\ open override fun onReceive(context: Context?, intent: Intent?)
Called when a broadcast is received.
Parameters
androidJvm
context | The context of the receiver. |
intent | The intent containing the broadcast information. |