Searched refs:_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 52 .model_count = ARRAY_SIZE(_mods), \ 53 .models = (_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 304 .sig_model_count = ARRAY_SIZE(_mods), \ 305 .sig_models = (_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) \ 197 .sig_model_count = ARRAY_SIZE(_mods), \ 198 .sig_models = (_mods), \
|