Home
last modified time | relevance | path

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

/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_models/client/
Dtime_scene_client.c43 { BLE_MESH_MODEL_OP_TIME_GET, BLE_MESH_MODEL_OP_TIME_STATUS },
44 { BLE_MESH_MODEL_OP_TIME_SET, BLE_MESH_MODEL_OP_TIME_STATUS },
128 case BLE_MESH_MODEL_OP_TIME_STATUS: { in time_scene_status()
350 { BLE_MESH_MODEL_OP_TIME_STATUS, 5, time_scene_status },
/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_models/server/
Dtime_scene_server.c76 case BLE_MESH_MODEL_OP_TIME_STATUS: in send_time_status()
193 if (ctx->recv_op != BLE_MESH_MODEL_OP_TIME_STATUS) { in time_get()
202 opcode = BLE_MESH_MODEL_OP_TIME_STATUS; in time_get()
204 case BLE_MESH_MODEL_OP_TIME_STATUS: { in time_get()
280 send_time_status(model, NULL, true, BLE_MESH_MODEL_OP_TIME_STATUS); in time_get()
341 opcode = BLE_MESH_MODEL_OP_TIME_STATUS; in time_set()
1159 { BLE_MESH_MODEL_OP_TIME_STATUS, 5, time_get },
/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_models/common/include/
Dmodel_opcode.h133 #define BLE_MESH_MODEL_OP_TIME_STATUS BLE_MESH_MODEL_OP_1(0x5D) macro