Part Number: CC2650
Hi guys,
I used as base for my project the SimpleBLEPeripheral to connect with a smartphone working as central the central device have months running perfectly and is communicating fine with others peripherals.
The issue I am facing is with the SimpleBLEPeripheral it works the major part of time receiving the write request from my central, but around the 30mins+ the peripheral stops to receive and the connection keep alive. Inside of SimpleBLEPeripheral_processCharValueChangeEvt on the Case SIMPLEPROFILE_CHAR1 it not getting fire some times. using the TI BLE sniffer I am able to see the data that is "not" receiving the peripheral.
it happens randomly and if I kill the connection after the this issue always happen the same, the only solution is a hardware reset, but it is not safe for my application any suggestion?
hardware cc2650
ble_sdk2_02_01_18
pd: I did not made major changes to the example..
Thanks,
Max
###UPDATE### It issue always happens in average when is the 190th connection between the peripheral and central