I'm develop scanning another webos(raspberrypi) in web App. and i tested in ssh but not worked. In official documents, there is bluetooth guide but that's connect with webos and smartphone. I want to know how to connect between two webos.
Yes you can.
- Make one webOS device discoverable using **adapter/setState ** API.
- Discover the 1st webOS device from 2nd webOS device
- After that the pairing and connection part is same as how you connect with the smart phone.
- You can then share files between 2 webOS devices using OPP profile. Checkout the OPP profile APIs :
com.webos.service.bluetooth2 | webOS Open Source Edition