added in API level 18
BluetoothAdapter.LeScanCallback
public static interface BluetoothAdapter.LeScanCallback
回调接口,用于传输LE扫描结果。
Summary(摘要)
公共方法 | |
---|---|
abstract void |
onLeScan(BluetoothDevice device, int rssi, byte[] scanRecord)
LE设备用 |
Public methods(公共方法)
onLeScan
added in API level 18
void onLeScan (BluetoothDevice device, int rssi, byte[] scanRecord)
LE设备用 startLeScan(BluetoothAdapter.LeScanCallback)函数
在一个设备开始扫描期间的创建的回调报告。
参数 | |
---|---|
device |
BluetoothDevice : 识别了的远程设备。
|
rssi |
int : 蓝牙硬件所报告的远程设备的RSSI值。0表示没有RSSI值可用。
|
scanRecord |
byte : 远程设备提供的广告记录的内容。 |