Skip to content Skip to sidebar Skip to footer

Android Wear, Connect To Bluetooth Device

I want to connect a 3rd party bluetooth device to my Android Wear watch (Samsung Gear Live). I am trying to find documentation on how to do this but I am not having any luck. All t

Solution 1:

@Ryan Tensmeyer, I think @Wayne Pieksarki's answer is now out-dated. I was able to create and run a stand-alone app that used BLE to connect to a third-party bluetooth device, namely, a wireless thermometer. I used a library called SweetBlue and tested the stand-alone app on an Android Wear Moto 360. It worked great -- no phone required!

Solution 2:

It is not possible to connect 3rd party bluetooth devices to an Android Wear watch as you describe. You will need to pair your heart rate monitor with your phone, extract the data you want, and then use the Data Layer API to send the data to the wearable for display to the user.

EDIT: Android Wear devices now support the ability to pair with Bluetooth devices.

Post a Comment for "Android Wear, Connect To Bluetooth Device"