bt_mesh_net_cred_find() function
Iterate through all valid network credentials to decrypt a message.
Arguments
rx
Network RX parameters, passed to the callback.
in
Input message buffer, passed to the callback.
out
Output message buffer, passed to the callback.
cb
Callback to call for each known network credential. Iteration stops when this callback returns @c true.
Return value
Whether any of the credentials got a @c true return from the callback.