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

peer manage problem

Hello Nordic 

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, Handle showed me 0x08.

Second, I confirmed false through ble_conn_state_valid.

Finally, 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.

I'm sorry my english skills.

Related