Home
last modified time | relevance | path

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

/nrf52832-nimble/packages/NimBLE-latest/nimble/host/mesh/src/
H A Dsettings.c379 static int app_key_set(int argc, char **argv, char *val) in app_key_set() function
691 { "AppKey", app_key_set },
H A Dcfg_srv.c391 static u8_t app_key_set(u16_t net_idx, u16_t app_idx, const u8_t val[16], in app_key_set() function
494 status = app_key_set(key_net_idx, key_app_idx, buf->om_data, false); in app_key_add()
521 status = app_key_set(key_net_idx, key_app_idx, buf->om_data, true); in app_key_update()