ef24
ef24

Reputation: 13

Tizen send data from wearable to android phone and also from phone to wearable

I need to send some binary files via bluetooth from tizen g2 watch to android phone and then from phone to watch, as I've searched it I can't implement bluetooth in js files as said here so what is the most straightforward way to do it? can we use tizen wearable debug over bluetooth instead? is it applicable in this case? I'm new to tizen so I feel confused and I really appreciate any advice about this problem.

Upvotes: 0

Views: 1757

Answers (1)

Shaswati Saha
Shaswati Saha

Reputation: 768

You can develop companion app using Samsung Accessory Protocol(SAP) in this scenario. Please go through this link to know more. If you are trying to develop the tizen part in web, then have a look in the File Transfer sample of web section. There're separate applications for sending and receiving files from tizen to android and vice versa. You can combine those to implement the bidirectional communication.

Upvotes: 2

Related Questions