ibeacon UUID

Posted 与非朋仔

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了ibeacon UUID相关的知识,希望对你有一定的参考价值。

    import sys;
    import uuid;
    s=uuid.uuid4().hex
    #s="f6bc15e0939046679be1866ec8a199dc"
    sys.stdout.write("UUID:\t\t"+s+"\n")
    sys.stdout.write("Proximity UUID:\t"+s[0:8]+-+s[8:12]+-+s[12:16]+-+s[16:20]+-+s[20:]+"\n")
    sys.stdout.write("Cmd:\t\thcitool -i hci0 cmd 0x08 0x0008 1E 02 01 1A 1A FF 4C 00 02 15 "+
        s[0:2]  + +s[2:4]  + +s[4:6]  + +s[6:8]  + +
        s[8:10] + +s[10:12]+ +s[12:14]+ +s[14:16]+ +
        s[16:18]+ +s[18:20]+ +s[20:22]+ +s[22:24]+ +
        s[24:26]+ +s[26:28]+ +s[28:30]+ +s[30:32]+ +
        "00 00 00 00 C8 00\n")

 

以上是关于ibeacon UUID的主要内容,如果未能解决你的问题,请参考以下文章

iBeacon,是不是可以获得 BLE 设备列表?

iBeacons - locationManager:didEnterRegion 回调和 UUID

如何在 iOS、Swift 中搜索 iBeacons UUID,并扫描周围的所有 iBeacons

ibeacon UUID

iBeacon 非静态 UUID

iOS 7-iBeacon:当应用程序关闭时,如何从 iBeacon 获取比其 UUID 更多的数据?