Home
last modified time | relevance | path

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

/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_core/
Dfoundation.h65 #define OP_RELAY_STATUS BLE_MESH_MODEL_OP_2(0x80, 0x28) macro
Dcfg_cli.c32 { OP_RELAY_GET, OP_RELAY_STATUS },
33 { OP_RELAY_SET, OP_RELAY_STATUS },
657 { OP_RELAY_STATUS, 2, relay_status },
Dcfg_srv.c905 BLE_MESH_MODEL_BUF_DEFINE(msg, OP_RELAY_STATUS, 2); in relay_get()
911 bt_mesh_model_msg_init(&msg, OP_RELAY_STATUS); in relay_get()
924 BLE_MESH_MODEL_BUF_DEFINE(msg, OP_RELAY_STATUS, 2); in relay_set()
962 bt_mesh_model_msg_init(&msg, OP_RELAY_STATUS); in relay_set()