Searched refs:bt_mesh_proxy_relay (Results 1 – 3 of 3) sorted by relevance
35 bool bt_mesh_proxy_relay(struct net_buf_simple *buf, u16_t dst);
907 if (bt_mesh_proxy_relay(&buf->b, tx->ctx->addr) && BT_MESH_ADDR_IS_UNICAST(tx->ctx->addr)) { in bt_mesh_net_send()1241 … if (bt_mesh_proxy_relay(&buf->b, rx->ctx.recv_dst) && BT_MESH_ADDR_IS_UNICAST(rx->ctx.recv_dst)) { in bt_mesh_net_relay()
939 bool bt_mesh_proxy_relay(struct net_buf_simple *buf, u16_t dst) in bt_mesh_proxy_relay() function
Completed in 9 milliseconds