Home
last modified time | relevance | path

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

/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_core/
Dproxy_client.h100 bool bt_mesh_proxy_client_relay(struct net_buf_simple *buf, uint16_t dst);
Dnet.c838 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()
Dproxy_client.c745 bool bt_mesh_proxy_client_relay(struct net_buf_simple *buf, uint16_t dst) in bt_mesh_proxy_client_relay() function