B
Boki
Hi All,
How about we do not assign the service name of SPP:
String url = "btspp://localhost:" + uuid.toString() //+";name=Serial Port";
It will cause compiler error, how about
String url = "btspp://localhost:" + uuid.toString() +";name=";
?
Thank you very much.
Best regards,
Boki.
How about we do not assign the service name of SPP:
String url = "btspp://localhost:" + uuid.toString() //+";name=Serial Port";
It will cause compiler error, how about
String url = "btspp://localhost:" + uuid.toString() +";name=";
?
Thank you very much.
Best regards,
Boki.