I'm trying to set up a simple bluetooth server so I can ulitmately connect my sports watch to it, however I can't seem to see the server in any BLE scanning apps, making wonder whether this component is only for internal APP inventor bluetooth client <-> server applications, having re-read the docs :
Use the BluetoothServer
component to turn your device into a server that receive connections from other apps that use the BluetoothClient
component.
The blocks I'm using are here and the status variables are polled every second to give realtime feedback:
The app looks like this - nothing fancy at all just creating an isolated unit:
If someone can let me know if I have to resort to custom code to achieve then I'll just go down that route instead of using these components.
Thanks for any help