@ConsumerType
@Deprecated
public interface BluetoothLeScanListener
| Modifier and Type | Method and Description |
|---|---|
void |
onScanFailed(int errorCode)
Deprecated.
Fired when an error in the scan has occurred.
|
void |
onScanResults(java.util.List<BluetoothDevice> devices)
Deprecated.
Fired when the Bluetooth LE scan is complete.
|
void onScanFailed(int errorCode)
errorCode - void onScanResults(java.util.List<BluetoothDevice> devices)
devices - A list of found devices