Search found 1 match
- Fri Sep 25, 2020 6:28 am
- Forum: ESP32 Arduino
- Topic: MAC Address type of captured devices
- Replies: 0
- Views: 1377
MAC Address type of captured devices
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 any espressif Arduino function...