Home
last modified time | relevance | path

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

/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_models/client/
Dgeneric_client.c81 { BLE_MESH_MODEL_OP_GEN_ONPOWERUP_GET, BLE_MESH_MODEL_OP_GEN_ONPOWERUP_STATUS },
82 { BLE_MESH_MODEL_OP_GEN_ONPOWERUP_SET, BLE_MESH_MODEL_OP_GEN_ONPOWERUP_STATUS },
232 case BLE_MESH_MODEL_OP_GEN_ONPOWERUP_STATUS: { in generic_status()
652 { BLE_MESH_MODEL_OP_GEN_ONPOWERUP_STATUS, 1, generic_status },
/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_models/common/include/
Dmodel_opcode.h40 #define BLE_MESH_MODEL_OP_GEN_ONPOWERUP_STATUS BLE_MESH_MODEL_OP_2(0x82, 0x12) macro
/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_models/server/
Dgeneric_server.c784 bt_mesh_model_msg_init(msg, BLE_MESH_MODEL_OP_GEN_ONPOWERUP_STATUS); in send_gen_onpowerup_status()