This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts
This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Why does Nordic_Uart sample do an illegal response for iPhone X?

I am trying to communicate with iPhone X using Nordic_Uart sample project in SDK 14.2. And I check the Protocols between nRF52DK and iPhone X by using Ellisys Bluetooth Tracker, I found an error on LLCP Length Response. LL_LENGTH_RSP.png

The nRF52DK responses a value of 313 as both MaxTx and MaxRx for iPhone X. why does this incomprehensible thing occur?

Parents Reply
  • Can you confirm the lack of service discovery after handling the PHY request? We added handling of BLE_GAP_EVT_PHY_UPDATE_REQUEST to our primary BLE event handler and it seemed to have resolved the connection problems we were having, without introducing any issues with service discovery.

Children
Related