Little-Endian Byte Order (iOS, BLE scan response)
问题 In basic terms, I am using nativescript for a cross platform application. This application interacts with BLE devices. The BLE devices send a scan response after the advertisement packet, which I am able to retrieve as an NSData object on the iOS side. Here is the (pseudo) output from the description property: <54fca267 0b00>. The output represents the hardware address of the peripheral. The hardware guys are telling me this is in little-endian, and I know it is a 48-bit string. It is coming