ble_sm_proc_find() function
Searches the main proc list for an entry whose connection handle and state code match those specified.
Arguments
conn_handle
The connection handle to match against.
state
The state code to match against.
is_initiator
Matches on the proc's initiator flag: 0=non-initiator only 1=initiator only -1=don't care
out_prev
On success, the entry previous to the result is written here.
Return value
The matching proc entry on success; null on failure.