Searched refs:key_updates (Results 1 – 1 of 1) sorted by relevance
64 } key_updates[CONFIG_BLE_MESH_APP_KEY_COUNT + CONFIG_BLE_MESH_SUBNET_COUNT]; variable1811 for (i = 0; i < ARRAY_SIZE(key_updates); i++) { in store_pending_keys()1812 struct key_update *update = &key_updates[i]; in store_pending_keys()2154 for (i = 0; i < ARRAY_SIZE(key_updates); i++) { in key_update_find()2155 struct key_update *update = &key_updates[i]; in key_update_find()