Searched refs:net_tx (Results 1 – 1 of 1) sorted by relevance
/Zephyr-latest/subsys/bluetooth/mesh/ |
D | transport.c | 372 struct bt_mesh_net_tx net_tx = { in seg_tx_send_unacked() local 427 err = bt_mesh_net_send(&net_tx, seg, &seg_sent_cb, tx); in seg_tx_send_unacked() 485 static int send_seg(struct bt_mesh_net_tx *net_tx, struct net_buf_simple *sdu, in send_seg() argument 494 LOG_DBG("src 0x%04x dst 0x%04x app_idx 0x%04x aszmic %u sdu_len %u", net_tx->src, in send_seg() 495 net_tx->ctx->addr, net_tx->ctx->app_idx, net_tx->aszmic, sdu->len); in send_seg() 499 blocked |= seg_tx_blocks(&seg_tx[i], net_tx->src, in send_seg() 500 net_tx->ctx->addr); in send_seg() 513 } else if (BT_MESH_IS_DEV_KEY(net_tx->ctx->app_idx)) { in send_seg() 516 tx->hdr = SEG_HDR(1, net_tx->aid); in send_seg() 519 tx->src = net_tx->src; in send_seg() [all …]
|