public class BluetoothJellyBean extends BluetoothScanner implements android.bluetooth.BluetoothAdapter.LeScanCallback
| 构造器和说明 |
|---|
BluetoothJellyBean() |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
onLeScan(android.bluetooth.BluetoothDevice device,
int rssi,
byte[] scanRecord) |
void |
startScanInternal(BluetoothFilter filter,
BluetoothDetectorCallBack callBack) |
void |
stopScanInternal(BluetoothDetectorCallBack callBack) |
getBluetoothScannerpublic void startScanInternal(BluetoothFilter filter, BluetoothDetectorCallBack callBack)
startScanInternal 在类中 BluetoothScannerpublic void stopScanInternal(BluetoothDetectorCallBack callBack)
stopScanInternal 在类中 BluetoothScannerpublic void onLeScan(android.bluetooth.BluetoothDevice device,
int rssi,
byte[] scanRecord)
onLeScan 在接口中 android.bluetooth.BluetoothAdapter.LeScanCallback