Page 1 of 1

Nimble Pairing with passkey method.

Posted: Mon Mar 27, 2023 10:18 am
by suadss
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 don't need the phone, I need the other side also on esp32 I used the blecent example.

So when ble_gap_security_initiate is being called on the bleprph , nothing happens on the other side it just connects.
Should be there an "gap event" generated for pass key request or something?