Searched refs:attention_set (Results 1 – 3 of 3) sorted by relevance
/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_core/ |
D | health_srv.c | 262 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/ |
D | esp_ble_mesh_health_model_api.h | 213 …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/ |
D | btc_ble_mesh_health_model.c | 368 return bt_mesh_health_attention_set(¶m, set->attention_set.attention, true); in btc_ble_mesh_health_client_set_state() 370 return bt_mesh_health_attention_set(¶m, set->attention_set.attention, false); in btc_ble_mesh_health_client_set_state()
|