Home
last modified time | relevance | path

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

/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_models/client/include/
Dtime_scene_client.h48 uint8_t sub_second; /* The sub-second time in units of 1/256 second */ member
75 uint8_t sub_second; /* The sub-second time in units of 1/256 second */ member
/hal_espressif-latest/components/bt/esp_ble_mesh/api/models/include/
Desp_ble_mesh_time_scene_model_api.h75 uint8_t sub_second; /*!< The sub-second time in units of 1/256 second */ member
167 uint8_t sub_second; /*!< The sub-second time in units of 1/256 second */ member
/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_models/client/
Dtime_scene_client.c141 status->sub_second = net_buf_simple_pull_u8(buf); in time_scene_status()
411 net_buf_simple_add_u8(msg, set->sub_second); in time_scene_set_state()