Home
last modified time | relevance | path

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

/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_core/
Dcfg_srv.c67 net_buf_simple_add_le16(buf, mod->vnd.company); in comp_add_elem()
68 net_buf_simple_add_le16(buf, mod->vnd.id); in comp_add_elem()
157 struct net_buf_simple *buf, bool *vnd) in get_model() argument
166 *vnd = false; in get_model()
178 *vnd = true; in get_model()
531 bool vnd, bool primary, void *user_data) in _mod_unbind() argument
974 bool vnd, struct bt_mesh_model *mod, in send_mod_pub_status() argument
998 if (vnd) { in send_mod_pub_status()
1017 bool vnd = false; in mod_pub_get() local
1032 vnd = (buf->len == 4U); in mod_pub_get()
[all …]
Dsettings.c631 static int model_set_bind(bool vnd, struct bt_mesh_model *model, uint16_t model_key) in model_set_bind() argument
643 sprintf(name, "mesh/%s/%04x/b", vnd ? "v" : "s", model_key); in model_set_bind()
657 static int model_set_sub(bool vnd, struct bt_mesh_model *model, uint16_t model_key) in model_set_sub() argument
669 sprintf(name, "mesh/%s/%04x/s", vnd ? "v" : "s", model_key); in model_set_sub()
683 static int model_set_pub(bool vnd, struct bt_mesh_model *model, uint16_t model_key) in model_set_pub() argument
692 vnd ? model->vnd.id : model->id, vnd ? model->vnd.company : 0xFFFF); in model_set_pub()
696 sprintf(name, "mesh/%s/%04x/p", vnd ? "v" : "s", model_key); in model_set_pub()
727 static int model_set(bool vnd, const char *name) in model_set() argument
750 model = bt_mesh_model_get(vnd, elem_idx, model_idx); in model_set()
753 vnd ? "vnd" : "sig", elem_idx, model_idx); in model_set()
[all …]
Daccess.h38 bool vnd, bool primary,
51 struct bt_mesh_model *bt_mesh_model_get(bool vnd, uint8_t elem_idx, uint8_t mod_idx);
Daccess.c30 bool vnd, bool primary, in bt_mesh_model_foreach() argument
288 struct bt_mesh_model *bt_mesh_model_get(bool vnd, uint8_t elem_idx, uint8_t mod_idx) in bt_mesh_model_get() argument
304 if (vnd) { in bt_mesh_model_get()
322 bool vnd, bool primary, void *user_data) in mod_init() argument
350 if (vnd) { in mod_init()
356 if (vnd) { in mod_init()
383 bool vnd, bool primary, void *user_data) in mod_deinit() argument
413 if (vnd) { in mod_deinit()
917 if (elem->vnd_models[i].vnd.company == company && in bt_mesh_model_find_vnd()
918 elem->vnd_models[i].vnd.id == id) { in bt_mesh_model_find_vnd()
Dmain.c292 bool vnd, bool primary, void *user_data) in model_suspend() argument
331 bool vnd, bool primary, void *user_data) in model_resume() argument
Dprovisioner_main.c1169 bool vnd, bool primary, void *user_data) in _model_unbind() argument
1486 …BT_INFO("* vnd_model %d: id - 0x%04x, cid - 0x%04x *", j, model->vnd.id, model->vnd.company); in bt_mesh_print_local_composition_data()
/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_core/include/
Dmesh_access.h279 .vnd.company = (_company), \
280 .vnd.id = (_id), \
461 } vnd; member
/hal_espressif-latest/components/bt/esp_ble_mesh/api/
Desp_ble_mesh_defs.h285 .vnd = { \
482 } vnd; /*!< Structure encapsulating a model ID with a company ID */ member