public interface BluetoothDetectorCallBack
void onScan(android.bluetooth.BluetoothDevice device,
int rssi,
byte[] scanRecord)
BluetoothAdapter.startLeScan(android.bluetooth.BluetoothAdapter.LeScanCallback) function.device - Identifies the remote devicerssi - The RSSI value for the remote device as reported by the
Bluetooth hardware. 0 if no RSSI value is available.scanRecord - The content of the advertisement record offered by
the remote device.