Searched refs:app_key_set (Results 1 – 2 of 2) sorted by relevance
/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_core/ |
D | settings.c | 481 static int app_key_set(const char *name) in app_key_set() function 1224 { "mesh/appkey", app_key_set }, /* For Node */
|
D | cfg_srv.c | 367 static uint8_t app_key_set(uint16_t net_idx, uint16_t app_idx, const uint8_t val[16], in app_key_set() function 470 status = app_key_set(key_net_idx, key_app_idx, buf->data, false); in app_key_add() 505 status = app_key_set(key_net_idx, key_app_idx, buf->data, true); in app_key_update()
|