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/ |
D | mesh_access.h | 49 #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/ |
D | esp_ble_mesh_defs.h | 301 #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/ |
D | BLE_Mesh_Node_OnOff_Server_Example_Walkthrough.md | 194 #define ESP_BLE_MESH_ELEMENT(_loc, _mods, _vnd_mods) \ 199 .vnd_model_count = ARRAY_SIZE(_vnd_mods), \ 200 .vnd_models = (_vnd_mods), \
|