bt_mesh_app_key_find() function
Iterate through all matching application keys and call @c cb on each.
Arguments
dev_key
Whether to return device keys.
aid
7 bit application ID to match.
rx
RX structure to match against.
cb
Callback to call for every valid app key.
cb_data
Callback data to pass to the callback.
Return value
The AppIdx that yielded a 0-return from the callback.