Searched refs:OP_RELAY_STATUS (Results 1 – 3 of 3) sorted by relevance
| /hal_espressif-latest/components/bt/esp_ble_mesh/mesh_core/ |
| D | foundation.h | 65 #define OP_RELAY_STATUS BLE_MESH_MODEL_OP_2(0x80, 0x28) macro
|
| D | cfg_cli.c | 32 { OP_RELAY_GET, OP_RELAY_STATUS }, 33 { OP_RELAY_SET, OP_RELAY_STATUS }, 657 { OP_RELAY_STATUS, 2, relay_status },
|
| D | cfg_srv.c | 905 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()
|