Home
last modified time | relevance | path

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

/Zephyr-Core-3.7.0/include/zephyr/bluetooth/mesh/
Daccess.h879 struct bt_mesh_mod_id_vnd { struct
892 const struct bt_mesh_mod_id_vnd vnd; argument
Dcfg_cli.h1691 struct bt_mesh_mod_id_vnd bt_mesh_comp_p0_elem_mod_vnd(struct bt_mesh_comp_p0_elem *elem, int idx);
/Zephyr-Core-3.7.0/samples/bluetooth/mesh_provisioner/src/
Dmain.c212 struct bt_mesh_mod_id_vnd id = in configure_node()
/Zephyr-Core-3.7.0/subsys/bluetooth/mesh/
Dcfg_cli.c2305 struct bt_mesh_mod_id_vnd bt_mesh_comp_p0_elem_mod_vnd(struct bt_mesh_comp_p0_elem *elem, int idx) in bt_mesh_comp_p0_elem_mod_vnd()
2308 return (struct bt_mesh_mod_id_vnd){ 0xffff, 0xffff }; in bt_mesh_comp_p0_elem_mod_vnd()
2312 struct bt_mesh_mod_id_vnd mod = { in bt_mesh_comp_p0_elem_mod_vnd()
/Zephyr-Core-3.7.0/subsys/bluetooth/mesh/shell/
Dcfg.c149 struct bt_mesh_mod_id_vnd mod = in cmd_get_comp()