Searched refs:company (Results 1 – 8 of 8) sorted by relevance
/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_core/include/ |
D | mesh_access.h | 279 .vnd.company = (_company), \ 459 uint16_t company; member 566 uint16_t company, uint16_t id);
|
/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_core/ |
D | cfg_srv.c | 67 net_buf_simple_add_le16(buf, mod->vnd.company); in comp_add_elem() 170 uint16_t company = 0U, id = 0U; in get_model() local 172 company = net_buf_simple_pull_le16(buf); in get_model() 175 BT_DBG("Company 0x%04x ID 0x%04x addr 0x%04x", company, id, in get_model() 180 return bt_mesh_model_find_vnd(elem, company, id); in get_model() 1126 change.cfg_mod_pub_set.cid = vnd ? mod->vnd.company : 0xFFFF; in mod_pub_set() 1502 change.cfg_mod_sub_add.cid = vnd ? mod->vnd.company : 0xFFFF; in mod_sub_add() 1578 change.cfg_mod_sub_delete.cid = vnd ? mod->vnd.company : 0xFFFF; in mod_sub_del() 1770 uint16_t company = 0U, addr = 0U, id = 0U; in mod_sub_get_vnd() local 1779 company = net_buf_simple_pull_le16(buf); in mod_sub_get_vnd() [all …]
|
D | access.c | 912 uint16_t company, uint16_t id) in bt_mesh_model_find_vnd() argument 917 if (elem->vnd_models[i].vnd.company == company && in bt_mesh_model_find_vnd()
|
D | provisioner_main.c | 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()
|
D | settings.c | 692 vnd ? model->vnd.id : model->id, vnd ? model->vnd.company : 0xFFFF); in model_set_pub()
|
/hal_espressif-latest/components/bt/esp_ble_mesh/btc/include/ |
D | btc_ble_mesh_prov.h | 375 uint16_t company, uint16_t id);
|
/hal_espressif-latest/components/bt/esp_ble_mesh/btc/ |
D | btc_ble_mesh_prov.c | 1114 uint16_t company, uint16_t id) in btc_ble_mesh_model_find_vnd() argument 1116 return (esp_ble_mesh_model_t *)bt_mesh_model_find_vnd((struct bt_mesh_elem *)elem, company, id); in btc_ble_mesh_model_find_vnd()
|
/hal_espressif-latest/components/newlib/ |
D | COPYING.NEWLIB | 776 3. The name of the company may not be used to endorse or promote
|