Bluetooth-LE-Library---Android icon indicating copy to clipboard operation
Bluetooth-LE-Library---Android copied to clipboard

This library allows for easy access to a Bluetooth LE device's AdRecord and RSSI value. It offers additional functionality for iBeacons.

Results 14 Bluetooth-LE-Library---Android issues
Sort by recently updated
recently updated
newest added

Beacon Scanning stops after 30 minutes

This shows #9 Name having 26 characters when shown "As String", which is correct. But the display "As Array" only shows the last 24 characters. ![SmartSelect_20200421-173709_Bluetooth LE Scanner](https://user-images.githubusercontent.com/3602038/79928585-28ed7480-83f8-11ea-8b11-196da79ddd12.jpg)

It says critical batteries but its not dead help

Fixes #28 Added tests to cover that case correctly.

Since in Java all primitive types are signed, we could receive a negative advertisement length. In that case, the library doesn't consider this case and it must be converted to...

I am new to this android development. I am making an app to detect the BLE attributes of my Eddystone beacon. It is showing an error in onLeScan method. I...

05-11 10:54:58.546 26445-26445/uk.co.alt236.btlescan E/libc++abi: terminating with uncaught exception of type std::bad_alloc: std::bad_alloc 05-11 10:54:58.546 26445-26445/uk.co.alt236.btlescan A/libc: Fatal signal 6 (SIGABRT), code -6 in tid 26445 (alt236.btlescan)

Can you explain what to use to send some data over BT? Is it writing/reading characteristic that will do the trick? Thanks

When the application starts, I first open the intentservice to download the audio, then opened the service to scan the Bluetooth equipment ibeacon. At this point, I found the picture...

please can the device scan work as a service? so it can detect devices when the phone is not in use.