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
熱點內容