onDeviceScanStopped abstract method

void onDeviceScanStopped()

Called when the device scan has stopped.

This method is invoked when the scan for nearby Bluetooth devices has been stopped. You can update your UI or perform cleanup tasks related to the scan process when this callback is received.

Implementation

void onDeviceScanStopped();