<?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 BLE mesh application limit sending data at less than 10 bytes in every packet?</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/44672/is-ble-mesh-application-limit-sending-data-at-less-than-10-bytes-in-every-packet</link><description>Hello every one: 
 I had modified the light-switch example into a model that can sent and receive multiple bytes.It is work fine when I set the num of bytes less than 10 bytes,but once I send data over 10 bytes and at a intervals of less than 2s,the code</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Thu, 25 Apr 2019 11:29:13 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/44672/is-ble-mesh-application-limit-sending-data-at-less-than-10-bytes-in-every-packet" /><item><title>RE: Is BLE mesh application limit sending data at less than 10 bytes in every packet?</title><link>https://devzone.nordicsemi.com/thread/183758?ContentTypeID=1</link><pubDate>Thu, 25 Apr 2019 11:29:13 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:b8283c68-2b4b-45aa-a897-a4fa9817aa70</guid><dc:creator>Mttrinh</dc:creator><description>&lt;p&gt;Yes, that should work :)&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Is BLE mesh application limit sending data at less than 10 bytes in every packet?</title><link>https://devzone.nordicsemi.com/thread/183700?ContentTypeID=1</link><pubDate>Thu, 25 Apr 2019 09:00:41 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:3b3650f1-5f14-49e2-810d-d7c75b8eeee2</guid><dc:creator>Igor</dc:creator><description>&lt;p&gt;&lt;a href="https://devzone.nordicsemi.com/members/mttrinh"&gt;Mttrinh&lt;/a&gt; I use&amp;nbsp;access_model_reliable_publish() for sending and then wait for&amp;nbsp;reliable_status_cb() before sending next message. Should this also be ok or not?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Is BLE mesh application limit sending data at less than 10 bytes in every packet?</title><link>https://devzone.nordicsemi.com/thread/175685?ContentTypeID=1</link><pubDate>Tue, 12 Mar 2019 13:38:40 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:9de424d6-a7cb-4849-b32e-5cebc1dda9ef</guid><dc:creator>Mttrinh</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;When you send packets that are longer than 11 bytes, they will be sent as segmented packets. NRF_ERROR_INVALID_STATE means that there&amp;#39;s already a segmented packet to this destination in progress. You have to wait for it to finish before sending new segmented packets. A solution is to wait for the NRF_MESH_EVT_TX_COMPLETE event before sending a new packet.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>