BluetoothAdapter.LeScanCallback

Posted bky1225987336

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了BluetoothAdapter.LeScanCallback相关的知识,希望对你有一定的参考价值。

added in API level 18
BluetoothAdapter.LeScanCallback

public static interface BluetoothAdapter.LeScanCallback 

android.bluetooth.BluetoothAdapter.LeScanCallback


回调接口,用于传输LE扫描结果。

 

Summary(摘要)

公共方法

abstract void onLeScan(BluetoothDevice device, int rssi, byte[] scanRecord)

LE设备用 startLeScan(BluetoothAdapter.LeScanCallback)函数在一个设备开始扫描期间的创建的回调报告。

 

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: 远程设备提供的广告记录的内容。

以上是关于BluetoothAdapter.LeScanCallback的主要内容,如果未能解决你的问题,请参考以下文章