Home
last modified time | relevance | path

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

/AliOS-Things-master/components/ble_mesh/bt_mesh/core/inc/
A Dproxy.h35 bool bt_mesh_proxy_relay(struct net_buf_simple *buf, u16_t dst);
/AliOS-Things-master/components/ble_mesh/bt_mesh/core/src/
A Dnet.c907 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()
A Dproxy.c939 bool bt_mesh_proxy_relay(struct net_buf_simple *buf, u16_t dst) in bt_mesh_proxy_relay() function

Completed in 9 milliseconds