Page 1 of 1

[Answered] BLE events ESP_GAP_BLE_LOCAL_IR_EVT and ESP_GAP_BLE_LOCAL_ER_EVT

Posted: Tue Jun 20, 2017 11:24 pm
by kolban
There are a couple of events that I am receiving when programming with BLE that I don't understand and can't seem to find through the obvious research places. The events are called:

* ESP_GAP_BLE_LOCAL_IR_EVT
* ESP_GAP_BLE_LOCAL_ER_EVT

Does anyone know what these events mean and the data types (if any) passed as event payload?

Re: BLE events ESP_GAP_BLE_LOCAL_IR_EVT and ESP_GAP_BLE_LOCAL_ER_EVT

Posted: Thu Jun 29, 2017 9:14 am
by ESP_Island
Hi, Kolban

Those events are generated for IDF debug use and they are not useful for developers. We will delete them in further IDF version.