You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to bluecove-users
Hi Guys,
Is it possible to detect bluetooth device in web application using Bluecove?
As currently I have one button "Detect Device" in jsp page, which use
server device's bluetooth and find nearest bluetooth enable devices by
using jsr-82 (Bluecove). The issue is its detect bluetooth enable
devices nearest to server (as it use server's bluetooth) not from the
client device's bluetooth.In my case assume server is laptop as i had run my web app on it now i'm hitting request from another laptop1 than rather than using laptop1's bluetooth it still use server's (laptop) bluetooth to detect bluetooth enable devices.
I'm using Bluecore Library in app.
Any suggestion please