I’m developing a web application using Ruby on Rails , where the frontend is react and backend is Rails.
The goal is to integrate Bluetooth device scanning functionality similar to native mobile apps.
Is it possible to implement such a feature, like when user opens my web application, once he starts clicking a button, i will scan the nearby bluetooth devices and i will match that devices mac with the mac that i have in my bluetooth devices table.
if he the device is matched, then i will allow them on further move on my application.
i have researched a lot, but didnt find the solution for this?
Any insights, code examples, or recommended libraries/APIs would be greatly appreciated!