@MainThread
public interface CycledLeScanCallback
Since Android bluetooth scan callbacks occur on the main thread it is expected that these callbacks will also occur on the main thread. Created by dyoung on 10/6/14.
| Modifier and Type | Method and Description |
|---|---|
void |
onCycleEnd() |
void |
onLeScan(BluetoothDevice device,
int rssi,
byte[] scanRecord,
long timestampMs) |
void onLeScan(BluetoothDevice device, int rssi, byte[] scanRecord, long timestampMs)
void onCycleEnd()