AltBeacon / android-beacon-library

Allows Android apps to interact with BLE beacons
Apache License 2.0
2.83k stars 834 forks source link

How to connect, disconnect and read, write to beacon #1120

Closed niravtopsy closed 1 year ago

niravtopsy commented 1 year ago

I am getting list of all the beacons, now i want to click on specific beacon and after that i want to connect it and disconnect it by clicking on it, and want to read and write data. Please can you inform how to do or achieve it?

davidgyoung commented 1 year ago

This forum is reserved for feature requests and bug reports with the library itself. For help with using the library, please open a question on StackOverflow.com. Please note that this library is designed to detect beacons which are one way transmitters. This library is not designed to assist with establishing GATT connections or reading data.