This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

Apple Device terminates connection after 30 seconds the connection establishment when reconnect with the a bonded N52832

Hi, I am using N52832 to developing a producation need to implements ANCS NC. I am using sdk 15.2. And I found the connection is terminated by the apple device after the reconnect with the bonded N52832. 

reconncet_30s_AAA.pcapng

The attachment is the nrf-sniffer log of the whole testing procedure. 

I found there is Encrypted packet decrypted incorrectly  (bad MIC) in the log record. The packet number 6275. And the disconnection event happened afther 30 seconds of this bad MIC report. Why this problem happen? What should I do to solve this problem.

Parents Reply Children
  • My question is if no MTU exchange procedure happen, why softdevice can notify applicaiton layer? I want solve if peer device won't send ATT MTU exachange request, when should the N52832 send this request to peer device, Now it seems that we cannot send the MTU exchange request upon the connection is established. My protocol needs to know the maximum ATT payload. If no MTU exachange request send by peer device, the N52832 must initiate to send the request. 

Related