2022-10-26 12:10 PM
I am getting this event upon sending : ACI_GATT_EXCHANGE_CONFIG
I can't understand why I am getting it. What procedure is complete?
According to AN5270 I should not get it for that command.
2022-10-27 03:04 AM
Hello,
According to the description of ACI_GATT_EXCHANGE_CONFIG command in AN5270, the ACI_GATT_PROC_COMPLETE_EVENT event is also generated to indicate the end of the procedure:
Perform an ATT MTU exchange procedure.
When the ATT MTU exchange procedure is completed, a ACI_ATT_EXCHANGE_MTU_RESP_EVENT event is generated. A ACI_GATT_PROC_COMPLETE_EVENT event is also generated to indicate the end of the procedure.
Indeed in the events generated list, it's missing the ACI_GATT_PROC_COMPLETE_EVENT event.
Best Regards