Home
last modified time | relevance | path

Searched refs:_vnd_mods (Results 1 – 3 of 3) sorted by relevance

/hal_espressif-3.4.0/components/bt/esp_ble_mesh/mesh_core/include/
Dmesh_access.h49 #define BLE_MESH_ELEM(_loc, _mods, _vnd_mods) \ argument
54 .vnd_model_count = ARRAY_SIZE(_vnd_mods), \
55 .vnd_models = (_vnd_mods), \
/hal_espressif-3.4.0/components/bt/esp_ble_mesh/api/
Desp_ble_mesh_defs.h301 #define ESP_BLE_MESH_ELEMENT(_loc, _mods, _vnd_mods) \ argument
306 .vnd_model_count = ARRAY_SIZE(_vnd_mods), \
307 .vnd_models = (_vnd_mods), \
/hal_espressif-3.4.0/examples/bluetooth/esp_ble_mesh/ble_mesh_node/onoff_server/tutorial/
DBLE_Mesh_Node_OnOff_Server_Example_Walkthrough.md194 #define ESP_BLE_MESH_ELEMENT(_loc, _mods, _vnd_mods) \
199 .vnd_model_count = ARRAY_SIZE(_vnd_mods), \
200 .vnd_models = (_vnd_mods), \