Home
last modified time | relevance | path

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

/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_models/server/include/
Dlighting_server.h195 occupancy : 1, member
355 uint8_t occupancy; member
/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_models/server/
Dlighting_server.c2578 srv->lc->state.occupancy = BLE_MESH_STATE_ON; in light_lc_sensor_status()
2580 change.sensor_status.state.occupancy = srv->lc->state.occupancy; in light_lc_sensor_status()
2593 srv->lc->state.occupancy = BLE_MESH_STATE_ON; in light_lc_sensor_status()
2595 change.sensor_status.state.occupancy = srv->lc->state.occupancy; in light_lc_sensor_status()
2608 srv->lc->state.occupancy = BLE_MESH_STATE_ON; in light_lc_sensor_status()
2610 change.sensor_status.state.occupancy = srv->lc->state.occupancy; in light_lc_sensor_status()
/hal_espressif-latest/components/bt/esp_ble_mesh/api/models/include/
Desp_ble_mesh_lighting_model_api.h1032 occupancy : 1, /*!< The value of Light LC Occupancy state */ member
1359 uint8_t occupancy; /*!< The value of Light LC Occupancy state */ member