蓝牙发现服务UUID(service UUID)

出至《蓝牙标准Core_V4.0》2.5.1 uuid(1576页)

其中 Bluetooth_Base_UUID定义为 00000000-0000-1000-8000-00805F9B34FB 

如果你想说这是啥呀,那我这样说你应该可以明白点:

若16 bit UUID为xxxx,那么128 bit UUID为0000xxxx-0000-1000-8000-00805F9B34FB

若32 bit UUID为xxxxxxxx,那么128 bit UUID为xxxxxxxx-0000-1000-8000-00805F9B34FB

Assigned Numbers Documents中预分配的UUID范围: 

https://www.bluetooth.com/specifications/assigned-numbers

原文地址:https://www.cnblogs.com/prayer521/p/8076125.html