/hal_espressif-3.4.0/examples/bluetooth/esp_ble_mesh/ble_mesh_vendor_model/vendor_server/main/ |
D | main.c | 67 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/ |
D | access.c | 51 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()
|
D | test.c | 114 model = &elem->vnd_models[j]; in bt_mesh_device_auto_enter_network()
|
D | provisioner_main.c | 1485 model = &elem->vnd_models[j]; in bt_mesh_print_local_composition_data()
|
D | cfg_srv.c | 66 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/ |
D | main.c | 130 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/ |
D | mesh_access.h | 55 .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/ |
D | main.c | 142 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/ |
D | BLE_Mesh_Fast_Prov_Server_Example_Walkthrough.md | 178 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/ |
D | main.c | 87 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/ |
D | app_mesh.c | 367 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/ |
D | main.c | 104 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/ |
D | ble-mesh-faq.rst | 138 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/ |
D | esp_ble_mesh_defs.h | 307 .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/ |
D | BLE_Mesh_Node_OnOff_Server_Example_Walkthrough.md | 180 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/ |
D | ble_mesh_fast_prov_operation.c | 222 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/ |
D | ble-mesh-faq.rst | 135 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/ |
D | btc_ble_mesh_prov.c | 1767 esp_ble_mesh_model_t *vnd_model = &elem->vnd_models[k]; in btc_ble_mesh_prov_call_handler()
|