Home
last modified time | relevance | path

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

/hal_espressif-3.4.0/examples/bluetooth/esp_ble_mesh/ble_mesh_vendor_model/vendor_server/main/
Dmain.c67 static esp_ble_mesh_model_t vnd_models[] = { variable
73 ESP_BLE_MESH_ELEMENT(0, root_models, vnd_models),
161 esp_err_t err = esp_ble_mesh_server_model_send_msg(&vnd_models[0], in example_ble_mesh_custom_model_cb()
/hal_espressif-3.4.0/components/bt/esp_ble_mesh/mesh_core/
Daccess.c51 struct bt_mesh_model *model = &elem->vnd_models[j]; in bt_mesh_model_foreach()
310 return &elem->vnd_models[mod_idx]; in bt_mesh_model_get()
351 mod->model_idx = mod - elem->vnd_models; in mod_init()
498 model = &elem->vnd_models[i]; in bt_mesh_elem_find_group()
670 models = elem->vnd_models; in bt_mesh_model_recv()
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()
919 return &elem->vnd_models[i]; in bt_mesh_model_find_vnd()
Dtest.c114 model = &elem->vnd_models[j]; in bt_mesh_device_auto_enter_network()
Dprovisioner_main.c1485 model = &elem->vnd_models[j]; in bt_mesh_print_local_composition_data()
Dcfg_srv.c66 mod = &elem->vnd_models[i]; in comp_add_elem()
/hal_espressif-3.4.0/examples/bluetooth/esp_ble_mesh/ble_mesh_fast_provision/fast_prov_server/main/
Dmain.c130 static esp_ble_mesh_model_t vnd_models[] = { variable
138 ESP_BLE_MESH_ELEMENT(0, root_models, vnd_models),
706 err = example_fast_prov_server_init(&vnd_models[0]); in ble_mesh_init()
712 err = esp_ble_mesh_client_model_init(&vnd_models[1]); in ble_mesh_init()
/hal_espressif-3.4.0/components/bt/esp_ble_mesh/mesh_core/include/
Dmesh_access.h55 .vnd_models = (_vnd_mods), \
70 struct bt_mesh_model *const vnd_models; member
/hal_espressif-3.4.0/examples/bluetooth/esp_ble_mesh/ble_mesh_wifi_coexist/main/
Dmain.c142 static esp_ble_mesh_model_t vnd_models[] = { variable
150 ESP_BLE_MESH_ELEMENT(0, root_models, vnd_models),
718 err = example_fast_prov_server_init(&vnd_models[0]); in ble_mesh_init()
724 err = esp_ble_mesh_client_model_init(&vnd_models[1]); in ble_mesh_init()
/hal_espressif-3.4.0/examples/bluetooth/esp_ble_mesh/ble_mesh_fast_provision/fast_prov_server/tutorial/
DBLE_Mesh_Fast_Prov_Server_Example_Walkthrough.md178 err = example_fast_prov_server_init(&vnd_models[0]);
189 static esp_ble_mesh_model_t vnd_models[] = {
194 ESP_BLE_MESH_ELEMENT(0, root_models, vnd_models),
232 err = esp_ble_mesh_client_model_init(&vnd_models[1]);
255 static esp_ble_mesh_model_t vnd_models[] = {
260 ESP_BLE_MESH_ELEMENT(0, root_models, vnd_models),
/hal_espressif-3.4.0/examples/bluetooth/esp_ble_mesh/ble_mesh_fast_provision/fast_prov_client/main/
Dmain.c87 static esp_ble_mesh_model_t vnd_models[] = { variable
93 ESP_BLE_MESH_ELEMENT(0, root_models, vnd_models),
554 err = esp_ble_mesh_client_model_init(&vnd_models[0]); in ble_mesh_init()
/hal_espressif-3.4.0/examples/bluetooth/nimble/blemesh/main/
Dapp_mesh.c367 static struct bt_mesh_model vnd_models[] = { variable
373 BT_MESH_ELEM(0, root_models, vnd_models),
/hal_espressif-3.4.0/examples/bluetooth/esp_ble_mesh/ble_mesh_vendor_model/vendor_client/main/
Dmain.c104 static esp_ble_mesh_model_t vnd_models[] = { variable
110 ESP_BLE_MESH_ELEMENT(0, root_models, vnd_models),
529 err = esp_ble_mesh_client_model_init(&vnd_models[0]); in ble_mesh_init()
/hal_espressif-3.4.0/docs/zh_CN/api-guides/esp-ble-mesh/
Dble-mesh-faq.rst138 uint8_t vnd_models;
164 if(size < sizeof(*head) + head->sig_models * 2 + head->vnd_models * 4) {
177 for(i = 1; i < head->vnd_models * 2; i = i + 2) {
/hal_espressif-3.4.0/components/bt/esp_ble_mesh/api/
Desp_ble_mesh_defs.h307 .vnd_models = (_vnd_mods), \
364 esp_ble_mesh_model_t *vnd_models; /*!< Vendor Models */ member
/hal_espressif-3.4.0/examples/bluetooth/esp_ble_mesh/ble_mesh_node/onoff_server/tutorial/
DBLE_Mesh_Node_OnOff_Server_Example_Walkthrough.md180 esp_ble_mesh_model_t *vnd_models;
200 .vnd_models = (_vnd_mods), \
212 - `vnd_models`: pointer to the Vendor Model that has already been defined.
/hal_espressif-3.4.0/examples/bluetooth/esp_ble_mesh/common_components/fast_provisioning/
Dble_mesh_fast_prov_operation.c222 model = &element->vnd_models[j]; in example_handle_config_app_key_add_evt()
/hal_espressif-3.4.0/docs/en/api-guides/esp-ble-mesh/
Dble-mesh-faq.rst135 uint8_t vnd_models;
161 if(size < sizeof(*head) + head->sig_models * 2 + head->vnd_models * 4) {
174 for(i = 1; i < head->vnd_models * 2; i = i + 2) {
/hal_espressif-3.4.0/components/bt/esp_ble_mesh/btc/
Dbtc_ble_mesh_prov.c1767 esp_ble_mesh_model_t *vnd_model = &elem->vnd_models[k]; in btc_ble_mesh_prov_call_handler()