Home
last modified time | relevance | path

Searched refs:BLE_MESH_MODEL_OP_GEN_MOVE_SET (Results 1 – 4 of 4) sorted by relevance

/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_models/client/
Dgeneric_client.c78 { BLE_MESH_MODEL_OP_GEN_MOVE_SET, BLE_MESH_MODEL_OP_GEN_LEVEL_STATUS },
558 case BLE_MESH_MODEL_OP_GEN_MOVE_SET: in generic_status()
781 case BLE_MESH_MODEL_OP_GEN_MOVE_SET: in gen_set_state()
1026 case BLE_MESH_MODEL_OP_GEN_MOVE_SET: in bt_mesh_generic_client_set_state()
/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_models/common/include/
Dmodel_opcode.h29 #define BLE_MESH_MODEL_OP_GEN_MOVE_SET BLE_MESH_MODEL_OP_2(0x82, 0x0B) macro
/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_models/server/
Dgeneric_server.c563 if (ctx->recv_op == BLE_MESH_MODEL_OP_GEN_MOVE_SET) { in gen_move_set()
599 if (ctx->recv_op == BLE_MESH_MODEL_OP_GEN_MOVE_SET) { in gen_move_set()
620 if (ctx->recv_op == BLE_MESH_MODEL_OP_GEN_MOVE_SET) { in gen_move_set()
2229 { BLE_MESH_MODEL_OP_GEN_MOVE_SET, 3, gen_move_set },
Dstate_transition.c330 case BLE_MESH_MODEL_OP_GEN_MOVE_SET: in generic_level_work_handler()
365 case BLE_MESH_MODEL_OP_GEN_MOVE_SET: in generic_level_work_handler()