I may as well also add that I've tried to pair the two devices, similar to this issue https://www.esp32.com/viewtopic.php?t=7657
The ESP doesn't pickup that the peripheral's mac address is BLE_ADDR_TYPE_RPA_PUBLIC or BLE_ADDR_TYPE_RPA_PRIVATE.
Search found 2 matches
- Wed Jun 29, 2022 7:49 am
- Forum: ESP32 Arduino
- Topic: Using built in AES Libraries to Resolve a Private Mac Address
- Replies: 1
- Views: 1913
- Tue Jun 28, 2022 1:59 pm
- Forum: ESP32 Arduino
- Topic: Using built in AES Libraries to Resolve a Private Mac Address
- Replies: 1
- Views: 1913
Using built in AES Libraries to Resolve a Private Mac Address
Hello, and thank you for taking the time to read this! I've got a project where my ESP32 acts as a client to a nRF peripheral. The peripheral uses a ble private resolvable mac address which changes periodically. I've got the IRK key, and the true identity MAC address from the nRF device, but I'm not...