I need to make a code in Ardunio which identifies the MAC address type of all the BLE captured devices. With MAC Address type I mean identifying whether the MAC is : - public (0) - random (1) - RPA public (2) - RPA random (3) Any ideas on how i can work around this? Or ...