Search found 2 matches
- Sun Oct 14, 2018 9:15 pm
- Forum: ESP-IDF
- Topic: Scanned RPA device showing address type being BLE_ADDR_TYPE_RANDOM
- Replies: 2
- Views: 6587
Scanned RPA device showing address type being BLE_ADDR_TYPE_RANDOM
Hi, I'm working on pairing a EPS32 with another BLE chip (from TI). After bound and reconnecting, I'm making the other BLE chip advertising using directed adv and RPA. But I'm facing two issues: 1. The scan result in ESP32 shows the address type is BLE_ADDR_TYPE_RANDOM, while it should be BLE_ADDR_T...
- Tue Sep 25, 2018 7:12 am
- Forum: ESP-IDF
- Topic: How does BLE bonded devices reconnect safely?
- Replies: 1
- Views: 4341
How does BLE bonded devices reconnect safely?
Hi, I'm working on auto-reconnect feature of two BLE devices. And I'm not sure how to safely do it. From salve side, I kinda get it: broadcast using and make it only whitelisted device connectable. But question is, if we use RPA(resolvable private address), is it still necessary to make it only conn...