Home
last modified time | relevance | path

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

/Zephyr-Core-3.7.0/subsys/bluetooth/mesh/
Dcfg.h10 bool bt_mesh_fixed_group_match(uint16_t addr);
Dcfg.c379 bool bt_mesh_fixed_group_match(uint16_t addr) in bt_mesh_fixed_group_match() function
Dnet.c541 if (bt_mesh_fixed_group_match(tx->ctx->addr) || in bt_mesh_net_send()
854 rx.local_match = (bt_mesh_fixed_group_match(rx.ctx.recv_dst) || in bt_mesh_net_recv()