Home
last modified time | relevance | path

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

/Zephyr-latest/subsys/bluetooth/mesh/
Dapp_keys.c267 if (bt_mesh_app_id(key, &app->keys[0].id)) { in bt_mesh_app_key_add()
330 if (bt_mesh_app_id(key, &app->keys[1].id)) { in bt_mesh_app_key_update()
389 err = bt_mesh_app_id(raw_key, &app->keys[key_idx].id); in app_id_set()
Dcrypto.h86 static inline int bt_mesh_app_id(const uint8_t app_key[16], uint8_t app_id[1]) in bt_mesh_app_id() function