Home
last modified time | relevance | path

Searched refs:existing_app_key (Results 1 – 1 of 1) sorted by relevance

/btstack/src/mesh/
H A Dmesh_configuration_server.c948 mesh_transport_key_t * existing_app_key = mesh_transport_key_get(appkey_index); in config_appkey_update_handler() local
949 if (!existing_app_key) { in config_appkey_update_handler()
955 if (existing_app_key->netkey_index != netkey_index){ in config_appkey_update_handler()
962 if (memcmp(existing_app_key->key, appkey, 16) == 0){ in config_appkey_update_handler()
986 new_app_key->version = (uint8_t)(existing_app_key->version + 1); in config_appkey_update_handler()
990 existing_app_key->old_key = 1; in config_appkey_update_handler()