Interface CycledLeScanCallback
-
@MainThread public interface CycledLeScanCallbackAndroid API agnostic Bluetooth scan callback wrapper.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.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidonCycleEnd()voidonLeScan(BluetoothDevice device, int rssi, byte[] scanRecord, long timestampMs)
-
-
-
Method Detail
-
onLeScan
void onLeScan(BluetoothDevice device, int rssi, byte[] scanRecord, long timestampMs)
-
onCycleEnd
void onCycleEnd()
-
-