Searched refs:net_tx (Results 1 – 1 of 1) sorted by relevance
428 static int send_seg(struct bt_mesh_net_tx *net_tx, struct net_buf_simple *sdu, in send_seg() argument437 net_tx->src, net_tx->ctx->addr, net_tx->ctx->app_idx, in send_seg()438 net_tx->aszmic, sdu->len); in send_seg()462 if (net_tx->ctx->app_idx == BLE_MESH_KEY_DEV) { in send_seg()465 seg_hdr = SEG_HDR(1, net_tx->aid); in send_seg()469 tx->dst = net_tx->ctx->addr; in send_seg()473 tx->sub = net_tx->sub; in send_seg()474 tx->new_key = net_tx->sub->kr_flag; in send_seg()480 if (net_tx->ctx->send_ttl == BLE_MESH_TTL_DEFAULT) { in send_seg()483 tx->ttl = net_tx->ctx->send_ttl; in send_seg()[all …]