Home
last modified time | relevance | path

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

/Zephyr-latest/subsys/bluetooth/mesh/
Daccess.c2112 static void encode_mod_path(const struct bt_mesh_model *mod, bool vnd, in encode_mod_path() function
2137 encode_mod_path(mod, vnd, "bind", path, sizeof(path)); in store_pending_mod_bind()
2164 encode_mod_path(mod, vnd, "sub", path, sizeof(path)); in store_pending_mod_sub()
2195 encode_mod_path(mod, vnd, "subv", path, sizeof(path)); in store_pending_mod_sub_va()
2217 encode_mod_path(mod, vnd, "pub", path, sizeof(path)); in store_pending_mod_pub()
2484 encode_mod_path(mod, vnd, "data", path, sizeof(path)); in bt_mesh_model_data_store()