This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

is sequence number and transaction id equal?

We are working with DK nrf 52840 and the sdk mesh 3.0, BT sdk  version is15.2 (dimming server example). 

We noticed that when nordic app(nrf mesh - android) send a generic level set command to the generic level server by using sequence number as transaction id.

So is the transaction id always same as sequence number?

Parents Reply
  • so why is nordic app using sequence nuber as transaction id when they send generic level messages?

    here nordic app is receving sequence number from node and passing it as transaction id for GenericLevelSet.

    How does it work? 

    final GenericLevelSet genericLevelSet = new GenericLevelSet(appKey, 
                    mTransitionSteps, mTransitionStepResolution, delay, level, 
                    node.getReceivedSequenceNumber());

Children
Related