<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="https://devzone.nordicsemi.com/cfs-file/__key/system/syndication/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>is sequence number and transaction id equal?</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/45553/is-sequence-number-and-transaction-id-equal</link><description>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</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Mon, 08 Apr 2019 14:29:02 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/45553/is-sequence-number-and-transaction-id-equal" /><item><title>RE: is sequence number and transaction id equal?</title><link>https://devzone.nordicsemi.com/thread/180817?ContentTypeID=1</link><pubDate>Mon, 08 Apr 2019 14:29:02 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:7b75fa21-3443-4626-8bfb-42d12aac6876</guid><dc:creator>hariharasudhan</dc:creator><description>&lt;p&gt;Hello,&lt;/p&gt;
&lt;p&gt;Thank you very much,&amp;nbsp;it&amp;nbsp;was really helpful.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: is sequence number and transaction id equal?</title><link>https://devzone.nordicsemi.com/thread/180795?ContentTypeID=1</link><pubDate>Mon, 08 Apr 2019 13:48:19 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:450085ec-7074-4b85-992b-824d1d10194a</guid><dc:creator>Roshan Rajaratnam</dc:creator><description>&lt;p&gt;Hi the mesh app currently does not keep track of the transaction IDs. Transaction IDs must be unique for each transaction so the app is using the sequence number as it is since the sequence number is also unique for each message. When implementing your app you may do it differently.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: is sequence number and transaction id equal?</title><link>https://devzone.nordicsemi.com/thread/180362?ContentTypeID=1</link><pubDate>Thu, 04 Apr 2019 15:33:34 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:bd1bd792-348a-4257-8835-4b53d7568a68</guid><dc:creator>hariharasudhan</dc:creator><description>&lt;p&gt;so why&amp;nbsp;is nordic&amp;nbsp;app using sequence nuber as transaction id when they send generic level messages?&lt;/p&gt;
&lt;p&gt;here nordic app is receving sequence number from node and passing it as transaction id for GenericLevelSet.&lt;/p&gt;
&lt;p&gt;How does it work?&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;pre class="ui-code" data-mode="java"&gt;final GenericLevelSet genericLevelSet = new GenericLevelSet(appKey, 
                mTransitionSteps, mTransitionStepResolution, delay, level, 
                node.getReceivedSequenceNumber());&lt;/pre&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: is sequence number and transaction id equal?</title><link>https://devzone.nordicsemi.com/thread/180294?ContentTypeID=1</link><pubDate>Thu, 04 Apr 2019 11:41:38 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:01c864fa-2bbe-4919-94ff-ff474ca29db0</guid><dc:creator>Mttrinh</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;No, t&lt;span&gt;ransaction ID is not the same as sequence number.&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;Transaction ID is 8 bit, sequence numbers are 24 bit.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>