Searched refs:OP_ATTENTION_STATUS (Results 1 – 3 of 3) sorted by relevance
/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_core/ |
D | health_cli.c | 28 { OP_ATTENTION_GET, OP_ATTENTION_STATUS }, 29 { OP_ATTENTION_SET, OP_ATTENTION_STATUS }, 232 { OP_ATTENTION_STATUS, 1, health_attention_status },
|
D | foundation.h | 32 #define OP_ATTENTION_STATUS BLE_MESH_MODEL_OP_2(0x80, 0x07) macro
|
D | health_srv.c | 220 BLE_MESH_MODEL_BUF_DEFINE(msg, OP_ATTENTION_STATUS, 1); in send_attention_status() 232 bt_mesh_model_msg_init(&msg, OP_ATTENTION_STATUS); in send_attention_status()
|