Android Question Bluetooth scan only devices that have the same app

Almog

Active Member
Licensed User
You can use a unique UDID so it will not connect to other apps that are listening for connections on the default UDID.
Thank you,

You can send please an example of how set a unique UDID in the BluetoothManager class?

Thanks in advance.
 
Upvote 0

Almog

Active Member
Licensed User
Call Serial.Listen2("b4a", "abcd1101-0000-1000-8000-00805F9B34FB") instead of Serial.Listen.

Call Serial.Connect2(Mac, "abcd1101-0000-1000-8000-00805F9B34FB") instead of Serial.Connect.
Thank you very much :).
Is abcd1101-0000-1000-8000-00805F9B34FB is changable? and is "b4a" is unchangeable?
 
Upvote 0
Top