Hello,
I'm having a problem with IOS pairing when I initialize the ADCBuffer.
Overview:
I am using CC2640R2L with "simple_peripheral" example in sdk 5.30.00.03.
Pairing Mode : GAPBOND_PAIRING_MODE_WAIT_FOR_REQ
Characteristic: GATT_PERMIT_AUTHEN_READ
After doing some tests, I have the following result:
When the ADCBuffer is just initialized "ADCBuf_init();" the pairing request is not trigged on IOS and I get an error of " Encryption is insufficient". When I remove the "ADCBuf_init();" pairing works on IOS succesfully.
On Android I do not see any issue, just with iOS. The ADCBuf is breaking something. Do you have some idea to fix that?