bt_mesh_app_key_update() is only used within ESP-IDF.
 
Symbols
loading...
Files
loading...
SummarySyntaxArgumentsReferences

Return value

STATUS_SUCCESS The Application key was successfully updated. STATUS_INVALID_NETKEY The NetIdx is unknown. STATUS_INVALID_BINDING This AppIdx is not bound to the given NetIdx. STATUS_CANNOT_UPDATE The Application key cannot be updated for some reason. STATUS_IDX_ALREADY_STORED This AppIdx is already updated with a different key value.

Notes

The Application key can only be updated if the bound Subnet is in Key Refresh phase 1.

References

from examples