• Thanks Gordon.

    I can now see that:

    "data": new Uint8Array([
    

    26, // Length of manufacturer data
    255, // manufacturer data
    76, 0, // 0x4c, 0x00, // Apple company id
    2, // 0x02, // type: iBeacon
    21, // 0x15, // length of remaining data

    164, 149, 187, 16, 197, 177, 75, 68, 181, 18, 19, 112, 240, 45, 116, 222,
    // a495ff10-c5b1-4b44-b512-1370f02d74de

    0, 62, // major
    3, 239, // minor
    197 // rssi
    ]).buffer,

About

Avatar for Wilberforce @Wilberforce started