Searched refs:bt_mesh_dfu_metadata_comp_hash_get (Results 1 – 3 of 3) sorted by relevance
74 int bt_mesh_dfu_metadata_comp_hash_get(struct net_buf_simple *buf, uint8_t *key, uint32_t *hash) in bt_mesh_dfu_metadata_comp_hash_get() function100 err = bt_mesh_dfu_metadata_comp_hash_get(&buf, key, hash); in bt_mesh_dfu_metadata_comp_hash_local_get()
98 int bt_mesh_dfu_metadata_comp_hash_get(struct net_buf_simple *buf, uint8_t *key, uint32_t *hash);
294 err = bt_mesh_dfu_metadata_comp_hash_get(&dfu_comp_data, key, &hash); in cmd_dfu_comp_hash_get()