Searched refs:attn_off (Results 1 – 4 of 4) sorted by relevance
392 if (srv->cb && srv->cb->attn_off) { in attention_off()393 srv->cb->attn_off(srv->model); in attention_off()456 if (srv->cb && srv->cb->attn_off) { in bt_mesh_attention()457 srv->cb->attn_off(model); in bt_mesh_attention()
46 void (*attn_off)(struct bt_mesh_model *model); member
65 .attn_off = attention_off,
826 .attn_off = node_attention_off,
Completed in 7 milliseconds