Searched refs:bt_mesh_fixed_group_match (Results 1 – 3 of 3) sorted by relevance
34 bool bt_mesh_fixed_group_match(uint16_t addr);
559 return (model->elem_idx == 0 && bt_mesh_fixed_group_match(dst)); in model_has_dst()622 bool bt_mesh_fixed_group_match(uint16_t addr) in bt_mesh_fixed_group_match() function
972 (bt_mesh_fixed_group_match(tx->ctx->addr) || bt_mesh_elem_find(tx->ctx->addr))) { in bt_mesh_net_send()1496 rx.local_match = (bt_mesh_fixed_group_match(rx.ctx.recv_dst) || in bt_mesh_net_recv()