Lines Matching refs:sbuf
60 struct net_buf_simple *sbuf; member
399 struct net_buf_simple sbuf; in bt_mesh_net_local() local
429 net_buf_simple_init_with_data(&sbuf, buf->data, buf->len); in bt_mesh_net_local()
430 (void)bt_mesh_trans_recv(&sbuf, &rx); in bt_mesh_net_local()
685 static void bt_mesh_net_relay(struct net_buf_simple *sbuf, struct bt_mesh_net_rx *rx, bool bridge) in bt_mesh_net_relay() argument
722 sbuf->data[1] &= 0x80; in bt_mesh_net_relay()
723 sbuf->data[1] |= rx->ctx.recv_ttl - 1U; in bt_mesh_net_relay()
725 net_buf_simple_add_mem(&adv->b, sbuf->data, sbuf->len); in bt_mesh_net_relay()
788 net_buf_simple_restore(ctx->sbuf, ctx->state); in bt_mesh_sbr_check_cb()
789 bt_mesh_net_relay(ctx->sbuf, ctx->rx, true); in bt_mesh_sbr_check_cb()
934 .sbuf = &buf, in bt_mesh_net_recv()