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. Is it possible to use the same library to detect the Bluetooth signal of an An
Solution 1:
The library is optimized to detect a very specific kind of Bluetooth LE device -- a beacon as the library name would suggest. 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. If they do so, then the same library on other devices will detect those beacon transmissions.
Post a Comment for "Detect A Bluetooth Device Using Android-beacon-library"