public class BluetoothJellyBean extends BluetoothScanner implements android.bluetooth.BluetoothAdapter.LeScanCallback
isScanning| 构造器和说明 |
|---|
BluetoothJellyBean() |
| 限定符和类型 | 方法和说明 |
|---|---|
boolean |
isScanning() |
void |
onLeScan(android.bluetooth.BluetoothDevice device,
int rssi,
byte[] scanRecord) |
void |
startScanInternal() |
void |
stopScanInternal() |
getCallBack, getFilter, newInstance, setCallBack, setFilterpublic void startScanInternal()
startScanInternal 在类中 BluetoothScannerpublic void stopScanInternal()
stopScanInternal 在类中 BluetoothScannerpublic boolean isScanning()
isScanning 在类中 BluetoothScannerpublic void onLeScan(android.bluetooth.BluetoothDevice device,
int rssi,
byte[] scanRecord)
onLeScan 在接口中 android.bluetooth.BluetoothAdapter.LeScanCallback