Home
last modified time | relevance | path

Searched refs:bt_mesh_app_id (Results 1 – 6 of 6) sorted by relevance

/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_core/
Dtest.c76 if (bt_mesh_app_id(info->app_key, &keys->id)) { in bt_mesh_device_auto_enter_network()
Dcrypto.h83 static inline int bt_mesh_app_id(const uint8_t app_key[16], uint8_t app_id[1]) in bt_mesh_app_id() function
Dlocal_operation.c275 if (bt_mesh_app_id(app_key, &keys->id)) { in bt_mesh_node_local_app_key_add()
Dsettings.c537 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()
Dprovisioner_main.c999 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()
Dcfg_srv.c434 if (bt_mesh_app_id(val, &keys->id)) { in app_key_set()