Is it possible to send a file from a galaxy watch to an android phone without using SAP?
I have found this sample project that does it but seems a bit stale:
https://docs.tizen.org/development/sample/web/Communication/Bluetooth
The GitHub docs seem relatively up-to-date.
Binary data - tizen-docs/bluetooth.md at master · Samsung/tizen-docs · GitHub
Connect + exchange - tizen-docs/bluetooth.md at master · Samsung/tizen-docs · GitHub
Does anyone have a minimal example of sending a string as a text file from the watch to an android phone? Eg: { file: ‘some_file.txt’, text: ‘hello world’ }
Thank you very much in advance.
Cheers, Gui