I want to scan the signal of Estimote beacon by raspberry Pi in case of movement.
As I know, the motionUUID is created by SDK automatically.
According to SDK header, Motion Proximity UUID is created by reversing first bit of corresponding Proximity UUID.
If so, the raspberry pi can distinguish the beacon is moving or not by using the first bit of UUID?