Home
last modified time | relevance | path

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

/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_core/
Dhealth_cli.c29 { OP_ATTENTION_SET, OP_ATTENTION_STATUS },
119 case OP_ATTENTION_SET: in health_client_recv_status()
248 BLE_MESH_MODEL_BUF_DEFINE(msg, OP_ATTENTION_SET, 1); in bt_mesh_health_attention_set()
250 bt_mesh_model_msg_init(&msg, need_ack ? OP_ATTENTION_SET : OP_ATTENTION_SET_UNREL); in bt_mesh_health_attention_set()
Dfoundation.h30 #define OP_ATTENTION_SET BLE_MESH_MODEL_OP_2(0x80, 0x05) macro
Dhealth_srv.c270 if (ctx->recv_op == OP_ATTENTION_SET) { in attention_set()
337 { OP_ATTENTION_SET, 1, attention_set },