public interface AndroidBluetoothScanCallbackListener
Modifier and Type | Method and Description |
---|---|
void |
onLeScan(AndroidBluetoothDeviceWrapper device,
int rssi,
byte[] scanRecord)
Invoked whenever an scan result is available
|
void onLeScan(AndroidBluetoothDeviceWrapper device, int rssi, byte[] scanRecord)
device
- The Android Bluetooth wrapping devicerssi
- The RSSI valuescanRecord
- The scan record or advertisement data