<?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>Location and Navigation Service Experimental</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/31234/location-and-navigation-service-experimental</link><description>Hello Everybody, 
 I am trying to implement the LNS Experimental Service from SDK 14.1. I am asking myself why they split the flags in two seperate packets, because that is not what the BLE Spec is suggesting. I thought the 16 bit at start are the flags</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Fri, 09 Mar 2018 15:07:55 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/31234/location-and-navigation-service-experimental" /><item><title>RE: Location and Navigation Service Experimental</title><link>https://devzone.nordicsemi.com/thread/123730?ContentTypeID=1</link><pubDate>Fri, 09 Mar 2018 15:07:55 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:3ca1ce44-1378-4763-a930-2cf63b9ae98c</guid><dc:creator>MartinBL</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;I&amp;#39;m a little puzzled about this myself, but unfortunately the guy who wrote the code doesn&amp;#39;t work at Nordic anymore so I can&amp;#39;t ask him about his reasoning.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;The example is starting to get old and hasn&amp;#39;t changed much since SDK 11. At that time our Softdevices didn&amp;#39;t support MTUs longer than 23 bytes, and I wonder if the point of splitting the packets was to make sure that the payload&amp;nbsp;didn&amp;#39;t exceed this limit. Note the warning in your link: &amp;quot;...&lt;em&gt;it is possible for this characteristic to exceed the default LE MTU size&lt;/em&gt;&amp;quot; (default was, and still is, 23). However, if this is the reasoning, the method seems a bit flawed since you might end up sending two packets while all the data could have fitted into one.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Nowadays you can increase the MTU size, and I don&amp;#39;t see why you can&amp;#39;t modify the example and fit all the data into one packet.&lt;/p&gt;
&lt;p&gt;&lt;em&gt;Also is there a good method to distinguish the 2 packets in Android?&lt;br /&gt;&lt;/em&gt;Maybe you can use the flags?&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>