androiduuid生成
发布时间: 2025-09-10 07:15:33
A. android 蓝牙socket通信 uuid 怎么生成的
看你走什么协议
比方说你使用下面链接这种串口透传的蓝牙模块通信,那么UUID就是:
SPP_UUID = "00001101-0000-1000-8000-00805F9B34FB"
http://www.modiatek.com/proct/html/?54.html
B. android 怎么生成guid
使用java的UUID就可以了,
UUID uuid = UUID.randomUUID();
System.out.println(".{"+uuid.toString()+"}");
http://ke..com/link?url=_YODmqQ6J6XIchlBxuyCkWO--k-ADCrzmPaLQFAuRkOX1d_e
热点内容