Page 1 of 1

Handling BLE GAP event UPDATE_CONN_PARAMS

Posted: Mon Jan 25, 2021 3:37 pm
by Vaskov
I am trying to customize esp_hid_host example, and use it with one Bluetooth device I have.

After the device is further processed after scanning stage, I am getting an verbose output ESP_HID_GAP: BLE GAP EVENT UPDATE_CONN_PARAMS and afterwards I am getting several errors. I think that further errors are related to the problem that this event is not being processed as it is printed from default part in switch clause. How can I try handling this event?

Best,