Bluetooth: Mesh: Fix missing tracking of segment callback
Signed-off-by: Johan Hedberg <johan.hedberg@intel.com>
This commit is contained in:
parent
e70f6dfc88
commit
02d98d0da0
1 changed files with 2 additions and 0 deletions
|
@ -293,6 +293,8 @@ static int send_seg(struct bt_mesh_net_tx *net_tx, u8_t aid,
|
|||
tx->seq_auth = SEQ_AUTH(BT_MESH_NET_IVI_TX, bt_mesh.seq);
|
||||
tx->sub = net_tx->sub;
|
||||
tx->new_key = net_tx->sub->kr_flag;
|
||||
tx->cb = cb;
|
||||
tx->cb_data = cb_data;
|
||||
|
||||
seq_zero = tx->seq_auth & 0x1fff;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue