简体   繁体   English

使用android-beacon-library检测蓝牙设备

[英]Detect a bluetooth device using android-beacon-library

I am using android-beacon-library to discover nearby Beacons and it is work fine and very reliable. 我正在使用android-beacon-library查找附近的Beacon,它工作正常且非常可靠。 Is it possible to use the same library to detect the Bluetooth signal of an Android device? 是否可以使用相同的库来检测Android设备的蓝牙信号? I couldn't find any good reliable method to discover the nearby Bluetooth devices, that's why I want to use this library. 我找不到任何可靠的方法来发现附近的蓝牙设备,这就是为什么我要使用此库。

The library is optimized to detect a very specific kind of Bluetooth LE device -- a beacon as the library name would suggest. 该库经过优化,可检测一种非常特殊的Bluetooth LE设备-库名称所提示的信标。 It is not designed to detect more general non-beacon Bluetooth devices. 它并非旨在检测更常规的非信标蓝牙设备。

It is also possible to use the library to make Android devices transmit a beacon signal. 也可以使用该库使Android设备发送信标信号。 If they do so, then the same library on other devices will detect those beacon transmissions. 如果这样做,则其他设备上的相同库将检测到这些信标传输。

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

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