Title: Start a Bluetooth Socket on Samsung Watch (Tizen 4.0.0.7)
Hi, I need to start a Bluetooth Socket on my Samsung Watch (Tizen 4.0.0.7). I found some exposed APIs in the Tizen documentation:
๐ Tizen Bluetooth Socket API (Wearable 4.0)
Can someone provide a very simple main.dart example where, through Dart FFI bindings, it calls the necessary functions to start the socket?
I want to exchange data between my phone (connected to the watch) and the watch itself.
Title: Start a Bluetooth Socket on Samsung Watch (Tizen 4.0.0.7)
Hi, I need to start a Bluetooth Socket on my Samsung Watch (Tizen 4.0.0.7). I found some exposed APIs in the Tizen documentation:
๐ Tizen Bluetooth Socket API (Wearable 4.0)
Can someone provide a very simple main.dart example where, through Dart FFI bindings, it calls the necessary functions to start the socket?
I want to exchange data between my phone (connected to the watch) and the watch itself.