Home
last modified time | relevance | path

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

/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_models/client/include/
Dgeneric_client.h48 uint8_t present_onoff; /* Present value of Generic OnOff state */ member
/hal_espressif-latest/components/bt/esp_ble_mesh/api/models/include/
Desp_ble_mesh_generic_model_api.h312 uint8_t present_onoff; /*!< Current value of Generic OnOff state */ member
/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_models/client/
Dgeneric_client.c185 status->present_onoff = net_buf_simple_pull_u8(buf); in generic_status()