Searched refs:onoff (Results 1 – 12 of 12) sorted by relevance
/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_models/server/include/ |
D | state_binding.h | 38 uint8_t onoff; member 80 uint8_t onoff; member
|
D | generic_server.h | 19 uint8_t onoff; member 210 uint8_t onoff; member 282 uint8_t onoff; member
|
D | lighting_server.h | 346 uint8_t onoff; member
|
/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_models/server/ |
D | state_transition.c | 258 change.gen_onoff_set.onoff = srv->state.onoff; in generic_onoff_work_handler() 270 srv->state.onoff = BLE_MESH_STATE_ON; in generic_onoff_work_handler() 271 change.gen_onoff_set.onoff = srv->state.onoff; in generic_onoff_work_handler() 288 srv->state.onoff = srv->state.target_onoff; in generic_onoff_work_handler() 290 change.gen_onoff_set.onoff = srv->state.onoff; in generic_onoff_work_handler() 916 change.lc_light_onoff_set.onoff = srv->lc->state.light_onoff; in light_lc_work_handler() 930 .lc_light_onoff_set.onoff = srv->lc->state.light_onoff, in light_lc_work_handler() 950 change.lc_light_onoff_set.onoff = srv->lc->state.light_onoff; in light_lc_work_handler()
|
D | state_binding.c | 117 srv->state.onoff = value->gen_onoff.onoff; in bt_mesh_update_binding_state() 355 srv->lc->state.light_onoff = value->light_lc_light_onoff.onoff; in bt_mesh_update_binding_state()
|
D | generic_server.c | 78 net_buf_simple_add_u8(msg, srv->state.onoff); in send_gen_onoff_status() 132 uint8_t tid = 0U, onoff = 0U, trans_time = 0U, delay = 0U; in gen_onoff_set() local 141 onoff = net_buf_simple_pull_u8(buf); in gen_onoff_set() 142 if (onoff > BLE_MESH_STATE_ON) { in gen_onoff_set() 143 BT_ERR("Invalid OnOff value 0x%02x", onoff); in gen_onoff_set() 156 .onoff_set.onoff = onoff, in gen_onoff_set() 180 srv->state.target_onoff = onoff; in gen_onoff_set() 182 if (srv->state.target_onoff != srv->state.onoff) { in gen_onoff_set() 186 .gen_onoff_set.onoff = srv->state.onoff, in gen_onoff_set() 207 srv->state.onoff = srv->state.target_onoff; in gen_onoff_set()
|
D | lighting_server.c | 2425 uint8_t onoff = 0U; in light_lc_light_onoff_set() local 2433 onoff = net_buf_simple_pull_u8(buf); in light_lc_light_onoff_set() 2444 .lc_light_onoff_set.light_onoff = onoff, in light_lc_light_onoff_set() 2468 srv->lc->state.target_light_onoff = onoff; in light_lc_light_onoff_set() 2474 .lc_light_onoff_set.onoff = srv->lc->state.light_onoff, in light_lc_light_onoff_set()
|
/hal_espressif-latest/components/bt/esp_ble_mesh/api/models/include/ |
D | esp_ble_mesh_generic_model_api.h | 157 uint8_t onoff; /*!< Target value of Generic OnOff state */ member 770 uint8_t onoff; /*!< The present value of the Generic OnOff state */ member 978 uint8_t onoff; /*!< The value of Generic OnOff state */ member 1113 uint8_t onoff; /*!< Target value of Generic OnOff state */ member 1215 …esp_ble_mesh_server_recv_gen_onoff_set_t onoff; /*!< Generic OnOff Set… member
|
D | esp_ble_mesh_lighting_model_api.h | 1345 uint8_t onoff; /*!< The value of Light LC Light OnOff state */ member
|
/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_models/client/include/ |
D | generic_client.h | 55 uint8_t onoff; /* Target value of Generic OnOff state */ member
|
/hal_espressif-latest/components/bt/esp_ble_mesh/api/ |
D | esp_ble_mesh_defs.h | 2136 uint8_t onoff; /*!< The value of the Generic OnOff state */ member 2178 uint8_t onoff; /*!< The value of the Light LC Light OnOff state */ member
|
/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_models/client/ |
D | generic_client.c | 746 net_buf_simple_add_u8(msg, set->onoff); in gen_set_state()
|