Tizen 将数据从可穿戴设备发送到 android phone 以及从 phone 到可穿戴设备
Tizen send data from wearable to android phone and also from phone to wearable
我需要通过蓝牙将一些二进制文件从 tizen g2 手表发送到 android phone,然后从 phone 发送到手表,因为我已经搜索过了,我不能implement bluetooth in js files as said here 那么最直接的方法是什么?我们可以通过蓝牙使用 tizen 可穿戴设备调试吗?它适用于这种情况吗?
我是 tizen 的新手,所以我感到很困惑,非常感谢有关此问题的任何建议。
在此场景中,您可以使用 Samsung Accessory Protocol (SAP) 开发配套应用。请通过 this link 了解更多信息。如果您尝试在网络中开发 tizen 部分,请查看 web 部分的 File Transfer 示例。从 tizen 到 android 发送和接收文件有单独的应用程序,反之亦然。您可以将它们结合起来以实现双向通信。
我需要通过蓝牙将一些二进制文件从 tizen g2 手表发送到 android phone,然后从 phone 发送到手表,因为我已经搜索过了,我不能implement bluetooth in js files as said here 那么最直接的方法是什么?我们可以通过蓝牙使用 tizen 可穿戴设备调试吗?它适用于这种情况吗? 我是 tizen 的新手,所以我感到很困惑,非常感谢有关此问题的任何建议。
在此场景中,您可以使用 Samsung Accessory Protocol (SAP) 开发配套应用。请通过 this link 了解更多信息。如果您尝试在网络中开发 tizen 部分,请查看 web 部分的 File Transfer 示例。从 tizen 到 android 发送和接收文件有单独的应用程序,反之亦然。您可以将它们结合起来以实现双向通信。