Searched refs:bt_mesh_cdb_app_key_export (Results  1 – 5 of 5) sorted by relevance
| /Zephyr-latest/include/zephyr/bluetooth/mesh/ | 
| D | cdb.h | 394 int bt_mesh_cdb_app_key_export(const struct bt_mesh_cdb_app_key *key, int key_idx, uint8_t out[16]);
  | 
| /Zephyr-latest/samples/bluetooth/mesh_provisioner/src/ | 
| D | main.c | 112 	err = bt_mesh_cdb_app_key_export(key, 0, app_key);  in configure_self() 162 	err = bt_mesh_cdb_app_key_export(key, 0, app_key);  in configure_node()
  | 
| /Zephyr-latest/subsys/bluetooth/mesh/ | 
| D | cdb.c | 1105 int bt_mesh_cdb_app_key_export(const struct bt_mesh_cdb_app_key *key, int key_idx, uint8_t out[16])  in bt_mesh_cdb_app_key_export()  function
  | 
| /Zephyr-latest/subsys/bluetooth/mesh/shell/ | 
| D | shell.c | 1275 		if (bt_mesh_cdb_app_key_export(key, 0, app_key)) {  in cdb_print_app_keys()
  | 
| D | cfg.c | 732 			if (bt_mesh_cdb_app_key_export(app_key, 0, key_val)) {  in cmd_app_key_add()
  |