Searched refs:attn_off (Results 1 – 3 of 3) sorted by relevance
38 void (*attn_off)(struct bt_mesh_model *model); member
426 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()
1314 srv->cb.attn_off = btc_ble_mesh_health_server_attention_off; in btc_ble_mesh_model_op_set()