So I\'ve made this app, where I find all BLE Devices with a name. But how can I make one of the specific fields, clickable and automatic connect to the device, so I can star
You can add a view to your holder and set a click listener to it. A view could be a transparent rectangle all around your display card (or whatever you use).
I'd suggest this in depth read regarding BLE usage. On the click listener you can queue up the connection request.