Searched refs:bt_mesh_proxy_client_relay (Results 1 – 3 of 3) sorted by relevance
100 bool bt_mesh_proxy_client_relay(struct net_buf_simple *buf, uint16_t dst);
838 bt_mesh_proxy_client_relay(&buf->b, dst)) { in bt_mesh_net_resend()956 if (bt_mesh_proxy_client_relay(&buf->b, tx->ctx->addr)) { in bt_mesh_net_send()
745 bool bt_mesh_proxy_client_relay(struct net_buf_simple *buf, uint16_t dst) in bt_mesh_proxy_client_relay() function