Home
last modified time | relevance | path

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

/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_core/
Daccess.h34 bool bt_mesh_fixed_group_match(uint16_t addr);
Daccess.c559 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
Dnet.c972 (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()