Home
last modified time | relevance | path

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

/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_core/
Dhealth_srv.c262 static void attention_set(struct bt_mesh_model *model, in attention_set() function
337 { OP_ATTENTION_SET, 1, attention_set },
338 { OP_ATTENTION_SET_UNREL, 1, attention_set },
/hal_espressif-latest/components/bt/esp_ble_mesh/api/models/include/
Desp_ble_mesh_health_model_api.h213 …esp_ble_mesh_health_attention_set_t attention_set; /*!< For ESP_BLE_MESH_MODEL_OP_ATTENTION_SET… member
/hal_espressif-latest/components/bt/esp_ble_mesh/btc/
Dbtc_ble_mesh_health_model.c368 return bt_mesh_health_attention_set(&param, set->attention_set.attention, true); in btc_ble_mesh_health_client_set_state()
370 return bt_mesh_health_attention_set(&param, set->attention_set.attention, false); in btc_ble_mesh_health_client_set_state()