Home
last modified time | relevance | path

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

/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_core/
Dhealth_cli.c28 { OP_ATTENTION_GET, OP_ATTENTION_STATUS },
113 case OP_ATTENTION_GET: in health_client_recv_status()
238 BLE_MESH_MODEL_BUF_DEFINE(msg, OP_ATTENTION_GET, 0); in bt_mesh_health_attention_get()
240 bt_mesh_model_msg_init(&msg, OP_ATTENTION_GET); in bt_mesh_health_attention_get()
Dfoundation.h29 #define OP_ATTENTION_GET BLE_MESH_MODEL_OP_2(0x80, 0x04) macro
Dhealth_srv.c336 { OP_ATTENTION_GET, 0, attention_get },