Searched refs:attn_on (Results 1 – 3 of 3) sorted by relevance
35 void (*attn_on)(struct bt_mesh_model *model, uint8_t time); member
533 if (srv->cb.attn_on) { in bt_mesh_attention()534 srv->cb.attn_on(model, time); in bt_mesh_attention()
1313 srv->cb.attn_on = btc_ble_mesh_health_server_attention_on; in btc_ble_mesh_model_op_set()