简体   繁体   中英

Data transfer via Bluetooth

I'm trying to develop a memo app for my Gear S2 that shows my memo written on my phone. Though, I don't know how to send the text to my smartwatch. Doing so via Bluetooth might be the solution. The question is, how can I program it to use it? Thanks for the help.

Edit: Could you give me the code in java or in any other type of language? Beacuse i'm having trouble with that.

You can transfer data between Tizen(Gear) and Android(Mobile) via SAP(Samsung Accessary Protocol). SAP supports both Bluetooth and WiFi.

You can learn about SAP in below site, Samsung Developer official site. http://developer.samsung.com/gear/develop/creating-your-first-app/native-companion/setup-sdk

You can also get a simple useful sample application to adopt quickply to your project. http://developer.samsung.com/gear/develop/samples/companion

Good luck to you.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM