if I set url = "btspp://localhost:"+uuid;
Can I use (DatagramConnection)Connector.open(url) for bluetooth connection? Or I can only use
(StreamConnection)Connector.open(url)?
I want to write a multiplayer game by bluetooth.
If I use StreamConnection way,the connection should
always be kept,is it possible?