<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic BLE Mesh message size limit in Wireless MCU</title>
    <link>https://community.nxp.com/t5/Wireless-MCU/BLE-Mesh-message-size-limit/m-p/638044#M2241</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What is the size limit for a custom data message sent over BLE Mesh?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 22 Dec 2016 23:06:39 GMT</pubDate>
    <dc:creator>pbartlett</dc:creator>
    <dc:date>2016-12-22T23:06:39Z</dc:date>
    <item>
      <title>BLE Mesh message size limit</title>
      <link>https://community.nxp.com/t5/Wireless-MCU/BLE-Mesh-message-size-limit/m-p/638044#M2241</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What is the size limit for a custom data message sent over BLE Mesh?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 Dec 2016 23:06:39 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Wireless-MCU/BLE-Mesh-message-size-limit/m-p/638044#M2241</guid>
      <dc:creator>pbartlett</dc:creator>
      <dc:date>2016-12-22T23:06:39Z</dc:date>
    </item>
    <item>
      <title>Re: BLE Mesh message size limit</title>
      <link>https://community.nxp.com/t5/Wireless-MCU/BLE-Mesh-message-size-limit/m-p/638045#M2242</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Philip,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The maximum payload data in a packet is 13 bytes.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers,&lt;BR /&gt;Antonio&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 Dec 2016 23:22:14 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Wireless-MCU/BLE-Mesh-message-size-limit/m-p/638045#M2242</guid>
      <dc:creator>antonioconcio</dc:creator>
      <dc:date>2016-12-22T23:22:14Z</dc:date>
    </item>
    <item>
      <title>Re: BLE Mesh message size limit</title>
      <link>https://community.nxp.com/t5/Wireless-MCU/BLE-Mesh-message-size-limit/m-p/638046#M2243</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Antonio,&lt;/P&gt;&lt;P&gt;The following definition in mesh_types.h appears to set the max length to 14.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;#define gMeshMaxAppCustomDataSize_c &amp;nbsp; &amp;nbsp; 14&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I tried changing this value but it appears to be set to 14 in the mesh binary. Mesh_SendCustomData() will return an error if meshCustomData_t.dataLength &amp;gt;= 14 regardless of the&amp;nbsp;&lt;SPAN&gt;gMeshMaxAppCustomDataSize_c &amp;nbsp;value.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there any way to increase the max size or is this it?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Philip&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 Dec 2016 23:43:53 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Wireless-MCU/BLE-Mesh-message-size-limit/m-p/638046#M2243</guid>
      <dc:creator>pbartlett</dc:creator>
      <dc:date>2016-12-22T23:43:53Z</dc:date>
    </item>
    <item>
      <title>Re: BLE Mesh message size limit</title>
      <link>https://community.nxp.com/t5/Wireless-MCU/BLE-Mesh-message-size-limit/m-p/638047#M2244</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Philip,&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;That is the maximum size, please remember BLE Mesh works on Advertising packets.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Yes, data size is 14B but usually 1B will be the opcode, so at the end you have 13B left as real application data.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers,&amp;nbsp;&lt;/P&gt;&lt;P&gt;Antonio&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 23 Dec 2016 08:16:33 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Wireless-MCU/BLE-Mesh-message-size-limit/m-p/638047#M2244</guid>
      <dc:creator>antonioconcio</dc:creator>
      <dc:date>2016-12-23T08:16:33Z</dc:date>
    </item>
    <item>
      <title>Re: BLE Mesh message size limit</title>
      <link>https://community.nxp.com/t5/Wireless-MCU/BLE-Mesh-message-size-limit/m-p/638048#M2245</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Antonio,&lt;/P&gt;&lt;P&gt;Thanks for the help. Does the use of advertising packets also affect the reliability of the packet delivery? ie is there a guarantee of delivery or is it maore a fire and forget with the possibility of the packet being stepped on? Please see my question regarding packet loss with BLE Mesh from a couple of days ago.&amp;nbsp;&lt;A href="https://community.nxp.com/thread/441389"&gt;https://community.nxp.com/thread/441389&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Philip&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 23 Dec 2016 17:31:15 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Wireless-MCU/BLE-Mesh-message-size-limit/m-p/638048#M2245</guid>
      <dc:creator>pbartlett</dc:creator>
      <dc:date>2016-12-23T17:31:15Z</dc:date>
    </item>
    <item>
      <title>Re: BLE Mesh message size limit</title>
      <link>https://community.nxp.com/t5/Wireless-MCU/BLE-Mesh-message-size-limit/m-p/638049#M2246</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Phil,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Yes it does somehow, for full info/details please refer to that post (I have just answered).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I hope it helps getting everything clarified,&lt;/P&gt;&lt;P&gt;Antonio&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Dec 2016 11:07:25 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Wireless-MCU/BLE-Mesh-message-size-limit/m-p/638049#M2246</guid>
      <dc:creator>antonioconcio</dc:creator>
      <dc:date>2016-12-28T11:07:25Z</dc:date>
    </item>
    <item>
      <title>Re: BLE Mesh message size limit</title>
      <link>https://community.nxp.com/t5/Wireless-MCU/BLE-Mesh-message-size-limit/m-p/638050#M2247</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Antonio,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As far as i understand the packet capacity for Bluetooth 4.2 grew to 250 bytes, is that a different type of packet from what is being used for NXP BLE mesh?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Evgeny&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Feb 2017 14:54:29 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Wireless-MCU/BLE-Mesh-message-size-limit/m-p/638050#M2247</guid>
      <dc:creator>evgenyerlihman</dc:creator>
      <dc:date>2017-02-16T14:54:29Z</dc:date>
    </item>
  </channel>
</rss>

