Home
last modified time | relevance | path

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

/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_core/include/
Dhealth_srv.h38 void (*attn_off)(struct bt_mesh_model *model); member
/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_core/
Dhealth_srv.c426 if (srv->cb.attn_off) { in attention_off()
427 srv->cb.attn_off(srv->model); in attention_off()
543 if (srv->cb.attn_off) { in bt_mesh_attention()
544 srv->cb.attn_off(model); in bt_mesh_attention()
/hal_espressif-latest/components/bt/esp_ble_mesh/btc/
Dbtc_ble_mesh_prov.c1314 srv->cb.attn_off = btc_ble_mesh_health_server_attention_off; in btc_ble_mesh_model_op_set()