Hi
I am currently working on CC2640R2L using simple peripheral plus observer as the base project in SDK version 4_20_00_04.
All my applications work fine, but there was an observation related to my connection mode.
In my GATT profile I have configured my characteristics to support maximum 20 bytes data transfer at a time.
But when in connection mode with my mobile app if the data size getting transferred exceeds 20 bytes my application gets crashed and my watchdog reset happens to recover from this.
So an additional check at the length of the data received saves my application from this scenario.
My query was that can I expect the same behaviour when in advertisement mode i.e. if any advertisement packet exceeds that of what supported by BLE application?
Also when data exceeds 20 bytes while in connection mode what triggers my application to get crashed?
Regards
Sudhanshu