简体   繁体   English

带有崩溃解析器的s3中的android beacon库问题

[英]android beacon library issue in s3 with crash resolver

i am working on beacon BLE Library of radius networks. 我正在研究半径网络的信标BLE库。 while working of scanning on leScanCallback it shows alert "Unfortunately, Bluetooth Share has Stopped" after inserting bluetooth crash resolver class and implementing in service it shows warning of "BluetoothAdapter.ACTION_DISCOVERY_STARTED never received. Recovery may fail." 在leScanCallback上进行扫描时,在插入蓝牙崩溃解析器类并在服务中实施后,它显示警报“不幸的是,蓝牙共享已停止”,并显示警告“ BluetoothAdapter.ACTION_DISCOVERY_STARTED从未收到。恢复可能失败。”

That warning indicates that your operating system was commanded to start a bluetooth discovery (needed to clear out the bluetooth device list) but it did not do so. 该警告表明您的操作系统被命令启动蓝牙发现(需要清除蓝牙设备列表),但没有这样做。

It is possible that the operating system callback just failed and the discovery process will nevertheless succeed in clearing out the list of bluetooth devices. 操作系统回调有可能刚刚失败,但是发现过程仍将成功清除蓝牙设备列表。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM