Searched refs:app_key_set (Results 1 – 2 of 2) sorted by relevance
/AliOS-Things-master/components/ble_mesh/bt_mesh/core/src/ |
A D | settings.c | 389 static int app_key_set(const char *name, size_t len_rd, settings_read_cb read_cb, void *cb_arg) in app_key_set() function 813 … { "NetKey", net_key_set }, { "AppKey", app_key_set }, { "HBPub", hb_pub_set }, { "Cfg", cfg_set },
|
A D | cfg_srv.c | 420 static u8_t app_key_set(u16_t net_idx, u16_t app_idx, const u8_t val[16], bool update) in app_key_set() function 562 status = app_key_set(key_net_idx, key_app_idx, buf->data, false); in app_key_add() 598 status = app_key_set(key_net_idx, key_app_idx, buf->data, true); in app_key_update()
|
Completed in 13 milliseconds