ble_l2cap_sig_proc_extract() function
Searches the main proc list for an "expecting" entry whose connection handle and op code match those specified. If a matching entry is found, it is removed from the list and returned.
Arguments
conn_handle
The connection handle to match against.
op
The op code to match against.
identifier
The identifier to match against; 0=ignore this criterion.
Return value
The matching proc entry on success; null on failure.