Search found 2 matches
- Mon Mar 27, 2023 11:47 am
- Forum: ESP-IDF
- Topic: Nimble Pairing method on two esp32
- Replies: 0
- Views: 833
Nimble Pairing method on two esp32
Hi I'm trying to implement the pairing process (passkey method) using Nimble Ble stack on two esp32. One device will initiate the pairing process( ble_gap_security_initiate ) the other device needs to send the pin (pin is hard coded). So I used the bleprph example with minor changes, and using my ph...
- Mon Mar 27, 2023 10:18 am
- Forum: ESP-IDF
- Topic: Nimble Pairing with passkey method.
- Replies: 0
- Views: 893
Nimble Pairing with passkey method.
Hi I m trying to implement the pairing process (passkey method) using the nimble ble stack. I m using the bleprph example with some minor changes. When using the phone it asks me about the pin code, by entering I can successfully connect to the device using my phone and everything is working. But I ...