Hello Nordic
I repost devzone.nordicsemi.com/.../peer-manage-problem
I noticed new SDK 15.3.0 so I try to change SDK from SDK 14.2.0 to SDK 15.3.0 and from s320 5.0 to s340 6.1.1
My board is nrf52840. I try to migrate the new sdk and I was successful to advertise and connect.
But I got a problem. The problem related to connection through ble. I got an event, which is called BLE_GAP_EVT_CONNECTED
I saw a conn_handle and I noticed strange things.
First, I confirmed false through ble_conn_state_valid.
Second, pm_conn_secure returns a err code, which is called BLE_ERROR_INVALD_CONN_HANDLE.
I don't know what to do.
Pleas, let me know how to solve the problem.