Search found 13 matches

by danpf1
Wed May 12, 2021 2:26 pm
Forum: ESP-IDF
Topic: Pairing mode on ESP32
Replies: 7
Views: 8399

Re: Pairing mode on ESP32

Thanks for your reply. I never get this event "ESP_GAP_BLE_SEC_REQ_EVT". I tried with both ESP_IO_CAP_OUT and ESP_IO_CAP_NONE. The event never fired when I paired and bonded. I'm using auth_req = ESP_LE_AUTH_REQ_SC_BOND Is there something else to try? Or is there something else that needs to be set ...
by danpf1
Tue May 11, 2021 2:27 pm
Forum: ESP-IDF
Topic: Pairing mode on ESP32
Replies: 7
Views: 8399

Pairing mode on ESP32

Hello, What is the correct way to enter pairing mode on an ESP32 peripheral device with only a single button? I want the device to allow pairing and bonding after a button press. Then, after the device reboots only a previous paired/bonded device will be allowed to connect. I have seen this question...
by danpf1
Mon May 10, 2021 3:23 pm
Forum: ESP-IDF
Topic: Double "Bluetooth pairing request" / GATT security server
Replies: 5
Views: 8558

Re: Double "Bluetooth pairing request" / GATT security server

I see the same behavior on Android Pixel phone. Any suggestion or approach to fix?