Android Wear, connect to bluetooth device

前端 未结 2 1744
小鲜肉
小鲜肉 2020-12-20 18:47

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

2条回答
  •  春和景丽
    2020-12-20 19:42

    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.

提交回复
热议问题