Home
last modified time | relevance | path

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

/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_models/client/include/
Dsensor_client.h61 uint8_t sensor_setting_access; /* Read/Write access rights for the setting (optional) */ member
/hal_espressif-latest/components/bt/esp_ble_mesh/api/models/include/
Desp_ble_mesh_sensor_model_api.h148 … uint8_t sensor_setting_access; /*!< Read/Write access rights for the setting (optional) */ member
/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_models/client/
Dsensor_client.c179 status->sensor_setting_access = net_buf_simple_pull_u8(buf); in sensor_status()