Search found 1 match

by gandalfsbeard
Mon May 06, 2024 3:52 pm
Forum: ESP-IDF
Topic: ESP-IDF BLE
Replies: 0
Views: 282

ESP-IDF BLE

Trying to connect to a peripheral which requires PIN for bonding. At connection attempt, I get an ESP_GAP_BLE_SEC_REQ_EVT, which is followed by ESP_GAP_BLE_AUTH_CMPL_EVT with fail_reason: 80. I couldn't find a reference for this error code, I don't know what it means. Debug output of the connection ...