Searched refs:bt_mesh_app_id (Results 1 – 6 of 6) sorted by relevance
/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_core/ |
D | test.c | 76 if (bt_mesh_app_id(info->app_key, &keys->id)) { in bt_mesh_device_auto_enter_network()
|
D | crypto.h | 83 static inline int bt_mesh_app_id(const uint8_t app_key[16], uint8_t app_id[1]) in bt_mesh_app_id() function
|
D | local_operation.c | 275 if (bt_mesh_app_id(app_key, &keys->id)) { in bt_mesh_node_local_app_key_add()
|
D | settings.c | 537 bt_mesh_app_id(app->keys[0].val, &app->keys[0].id); in app_key_set() 538 bt_mesh_app_id(app->keys[1].val, &app->keys[1].id); in app_key_set() 1066 bt_mesh_app_id(app->keys[0].val, &app->keys[0].id); in p_app_key_set() 1067 bt_mesh_app_id(app->keys[1].val, &app->keys[1].id); in p_app_key_set()
|
D | provisioner_main.c | 999 if (bt_mesh_app_id(p_key, &keys->id)) { in bt_mesh_provisioner_local_app_key_add() 1064 if (bt_mesh_app_id(app_key, &keys->id)) { in bt_mesh_provisioner_local_app_key_update()
|
D | cfg_srv.c | 434 if (bt_mesh_app_id(val, &keys->id)) { in app_key_set()
|