Hi geeks,
I'm working on CC2652R1 evaluation board.
I was using SDK v4.40 for developement and all the basic functionalities works fine.
Recently I have ported my project to SDK v5.20.
After that when I tested, the advertisement is working fine.
But when the Central(Smartphone - nrf app) tries establishing connection with the Evalboard (peripheral), it rejects the connection. In the logs I can see "GATT Error"
And I tried to debug, and observed when I break the running, it points to HAL_ASSERT_SPINLOCK (due to HCI_BLE_HARDWARE_ERROR_EVENT_CODE).
May I know what is the reason behind this issue?
Thanks in advance.