<?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 Re: How to increase MTU size b/w qn9080 and Android in Wireless MCU</title>
    <link>https://community.nxp.com/t5/Wireless-MCU/How-to-increase-MTU-size-b-w-qn9080-and-Android/m-p/931423#M7174</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;The characteristic size is set as 256.&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #800000;"&gt;CHARACTERISTIC(char_url_get, gBleSig_CustomeUrl_d, (gGattCharPropRead_c | gGattCharPropNotify_c | gGattCharPropIndicate_c))&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="color: #800000;"&gt; VALUE_VARLEN(value_url_get, gBleSig_CustomeUrl_d, (gPermissionFlagReadable_c), 256, 2, 0x00, 0xB4)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #333333;"&gt;Regards&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #333333;"&gt;Aslam&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 20 Jun 2019 05:30:03 GMT</pubDate>
    <dc:creator>mohamedaslam_m</dc:creator>
    <dc:date>2019-06-20T05:30:03Z</dc:date>
    <item>
      <title>How to increase MTU size b/w qn9080 and Android</title>
      <link>https://community.nxp.com/t5/Wireless-MCU/How-to-increase-MTU-size-b-w-qn9080-and-Android/m-p/931417#M7168</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp;I am connecting qn9080 with Android using Web Bluetooth, and I am not able to send more than 20 Byte at a single packet. while if I connect using a Desktop browser I can send more than 20 Bytes.&lt;/P&gt;&lt;P&gt;I searched regarding this MTU exchange and I found "GattClient_ExchangeMtu()" API is there which will initiate MTU exchange. I called this&amp;nbsp;&lt;SPAN&gt;GattClient_ExchangeMtu() from BleApp_ConnectionCallback() , But the&amp;nbsp;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;GattClient_ExchangeMtu() is returning an error.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;SPAN&gt;Can anybody help me on this to change the MTU size?&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 17 Jun 2019 09:18:23 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Wireless-MCU/How-to-increase-MTU-size-b-w-qn9080-and-Android/m-p/931417#M7168</guid>
      <dc:creator>mohamedaslam_m</dc:creator>
      <dc:date>2019-06-17T09:18:23Z</dc:date>
    </item>
    <item>
      <title>Re: How to increase MTU size b/w qn9080 and Android</title>
      <link>https://community.nxp.com/t5/Wireless-MCU/How-to-increase-MTU-size-b-w-qn9080-and-Android/m-p/931418#M7169</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you are able to send and receive more than 20 bytes form the computer , it is most likely that the limitation it's in the android device, you will need to extend the MTU in the mobile phone code in case you are doing your own application&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Estephania&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 17 Jun 2019 15:09:27 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Wireless-MCU/How-to-increase-MTU-size-b-w-qn9080-and-Android/m-p/931418#M7169</guid>
      <dc:creator>stephanie_m</dc:creator>
      <dc:date>2019-06-17T15:09:27Z</dc:date>
    </item>
    <item>
      <title>Re: How to increase MTU size b/w qn9080 and Android</title>
      <link>https://community.nxp.com/t5/Wireless-MCU/How-to-increase-MTU-size-b-w-qn9080-and-Android/m-p/931419#M7170</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;We are not sending data through an android mobile application, we are relying on web Bluetooth using a browser.&lt;/P&gt;&lt;P&gt;our observations are :&lt;/P&gt;&lt;P&gt;1) qn9080 to the mobile browser using web Bluetooth we could send and receive only 20 bytes.&lt;/P&gt;&lt;P&gt;2) Android Mobile application to the mobile browser using web Bluetooth we could send and receive more than 20 bytes. That means the mobile browser is able to receive more than 20 bytes when we requested MTU change (Gatt.requestMtu(512)) from the mobile application.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;From the above observation, I think from qn9080 we can initiate to increase the MTU size to receive more than 20 Bytes.&lt;/P&gt;&lt;P&gt;How to initiate the MTU size is more than 20 bytes in qn9080?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Jun 2019 05:38:51 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Wireless-MCU/How-to-increase-MTU-size-b-w-qn9080-and-Android/m-p/931419#M7170</guid>
      <dc:creator>mohamedaslam_m</dc:creator>
      <dc:date>2019-06-18T05:38:51Z</dc:date>
    </item>
    <item>
      <title>Re: How to increase MTU size b/w qn9080 and Android</title>
      <link>https://community.nxp.com/t5/Wireless-MCU/How-to-increase-MTU-size-b-w-qn9080-and-Android/m-p/931420#M7171</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please check the file &lt;EM&gt;&lt;SPAN style="color: #0000ff;"&gt;ble_constants.h&lt;/SPAN&gt; &lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE class="language-c line-numbers"&gt;&lt;CODE&gt;&lt;SPAN class="comment token"&gt;/*! Default value of the ATT_MTU */&lt;/SPAN&gt;
&lt;SPAN class="property macro token"&gt;#define gAttDefaultMtu_c                (23) &lt;/SPAN&gt;

&lt;SPAN class="comment token"&gt;/*! Maximum possible value of the ATT_MTU for this device. This is used during the MTU Exchange. */&lt;/SPAN&gt;
&lt;SPAN class="property macro token"&gt;#define gAttMaxMtu_c                    (247)&lt;/SPAN&gt;&lt;SPAN class="line-numbers-rows"&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Estephania&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Jun 2019 15:24:47 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Wireless-MCU/How-to-increase-MTU-size-b-w-qn9080-and-Android/m-p/931420#M7171</guid>
      <dc:creator>stephanie_m</dc:creator>
      <dc:date>2019-06-18T15:24:47Z</dc:date>
    </item>
    <item>
      <title>Re: How to increase MTU size b/w qn9080 and Android</title>
      <link>https://community.nxp.com/t5/Wireless-MCU/How-to-increase-MTU-size-b-w-qn9080-and-Android/m-p/931421#M7172</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="color: #333333;"&gt;Hello,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #333333;"&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;The&amp;nbsp;&lt;SPAN style="color: #800000;"&gt;gAttDefaultMtu_c&amp;nbsp;&lt;/SPAN&gt; and&amp;nbsp;&amp;nbsp;&lt;CODE style="border: 0px; font-weight: inherit;"&gt;&lt;SPAN class="" style="border: 0px; font-weight: inherit;"&gt;&lt;SPAN style="color: #800000;"&gt;gAttMaxMtu_c&lt;/SPAN&gt;&amp;nbsp;values are same as you mentioned on the previous post.&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #333333;"&gt;&lt;CODE style="border: 0px; font-weight: inherit;"&gt;&lt;SPAN class="" style="border: 0px; font-weight: inherit;"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #333333;"&gt;&lt;CODE style="border: 0px; font-weight: inherit;"&gt;&lt;SPAN class="" style="border: 0px; font-weight: inherit;"&gt;I used&amp;nbsp;&lt;SPAN style="color: #800000; background-color: #ffffff;"&gt;GattClient_ExchangeMtu()&amp;nbsp;&lt;SPAN style="color: #333333;"&gt;to initiate the mtu request but it's returning an error number 4 which states's The requested feature is not supported by this stack version.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #333333;"&gt;&lt;CODE style="border: 0px; font-weight: inherit;"&gt;&lt;/CODE&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #333333;"&gt;&lt;CODE style="border: 0px; font-weight: inherit;"&gt;&lt;SPAN style="background-color: #ffffff; border: 0px; color: #333333; font-weight: inherit; "&gt;Do I in the right direction ?&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Aslam&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Jun 2019 05:54:41 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Wireless-MCU/How-to-increase-MTU-size-b-w-qn9080-and-Android/m-p/931421#M7172</guid>
      <dc:creator>mohamedaslam_m</dc:creator>
      <dc:date>2019-06-19T05:54:41Z</dc:date>
    </item>
    <item>
      <title>Re: How to increase MTU size b/w qn9080 and Android</title>
      <link>https://community.nxp.com/t5/Wireless-MCU/How-to-increase-MTU-size-b-w-qn9080-and-Android/m-p/931422#M7173</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Just to confirm, are you sure that you have your characteristic with the maximum size available?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Estephania&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Jun 2019 15:51:01 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Wireless-MCU/How-to-increase-MTU-size-b-w-qn9080-and-Android/m-p/931422#M7173</guid>
      <dc:creator>stephanie_m</dc:creator>
      <dc:date>2019-06-19T15:51:01Z</dc:date>
    </item>
    <item>
      <title>Re: How to increase MTU size b/w qn9080 and Android</title>
      <link>https://community.nxp.com/t5/Wireless-MCU/How-to-increase-MTU-size-b-w-qn9080-and-Android/m-p/931423#M7174</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;The characteristic size is set as 256.&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #800000;"&gt;CHARACTERISTIC(char_url_get, gBleSig_CustomeUrl_d, (gGattCharPropRead_c | gGattCharPropNotify_c | gGattCharPropIndicate_c))&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="color: #800000;"&gt; VALUE_VARLEN(value_url_get, gBleSig_CustomeUrl_d, (gPermissionFlagReadable_c), 256, 2, 0x00, 0xB4)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #333333;"&gt;Regards&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #333333;"&gt;Aslam&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Jun 2019 05:30:03 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Wireless-MCU/How-to-increase-MTU-size-b-w-qn9080-and-Android/m-p/931423#M7174</guid>
      <dc:creator>mohamedaslam_m</dc:creator>
      <dc:date>2019-06-20T05:30:03Z</dc:date>
    </item>
    <item>
      <title>Re: How to increase MTU size b/w qn9080 and Android</title>
      <link>https://community.nxp.com/t5/Wireless-MCU/How-to-increase-MTU-size-b-w-qn9080-and-Android/m-p/931424#M7175</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi @Aslan，&lt;/P&gt;&lt;P&gt;ExchangeMtu is best initiated by the Master (mobile phone or PC). If it must be initiated by the slave(QN9080), you can use the GattClient_ExchangeMtu() function, but the library needs to be modified.&lt;/P&gt;&lt;P&gt;&lt;SPAN style="text-decoration: line-through;"&gt;lib_ble_5-0_host_peripheral_cm4.a&lt;/SPAN&gt; -&amp;gt;&amp;nbsp;&lt;SPAN&gt;lib_ble_5-0_host_cm4.a&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="pastedImage_1.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/88492iF8B4D4EE9E8D60B2/image-size/large?v=v2&amp;amp;px=999" role="button" title="pastedImage_1.png" alt="pastedImage_1.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 Jun 2019 01:40:49 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Wireless-MCU/How-to-increase-MTU-size-b-w-qn9080-and-Android/m-p/931424#M7175</guid>
      <dc:creator>xing_chang</dc:creator>
      <dc:date>2019-06-21T01:40:49Z</dc:date>
    </item>
    <item>
      <title>Re: How to increase MTU size b/w qn9080 and Android</title>
      <link>https://community.nxp.com/t5/Wireless-MCU/How-to-increase-MTU-size-b-w-qn9080-and-Android/m-p/931425#M7176</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Xing,&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;Thanks for your replay, it works. Now I am able to send packet more than 20 bytes.&lt;/P&gt;&lt;P&gt;Thankyou&amp;nbsp; Estephania for your quick support.&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Aslam&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 Jun 2019 07:39:21 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Wireless-MCU/How-to-increase-MTU-size-b-w-qn9080-and-Android/m-p/931425#M7176</guid>
      <dc:creator>mohamedaslam_m</dc:creator>
      <dc:date>2019-06-21T07:39:21Z</dc:date>
    </item>
    <item>
      <title>Re: How to increase MTU size b/w qn9080 and Android</title>
      <link>https://community.nxp.com/t5/Wireless-MCU/How-to-increase-MTU-size-b-w-qn9080-and-Android/m-p/1911416#M18305</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;I try similar things to communicate with QN9080 and PC through QPP service. In your post, you succeed to&lt;SPAN&gt;&amp;nbsp;connect using a Desktop browser and can send more than 20 Bytes. &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;I'm now using&amp;nbsp;&lt;STRONG&gt;&lt;EM&gt;Connectivity QTool (PC)&lt;/EM&gt;&lt;/STRONG&gt;&amp;nbsp;or&amp;nbsp;&lt;STRONG&gt;&lt;EM&gt;loT toolbox&lt;/EM&gt;&amp;nbsp;(phone)&lt;/STRONG&gt;&amp;nbsp;for communication. However, both are hard to use (limited data transmission Bytes length, hard to extract data through .xlsx, etc...). Is there any other way in PC to communicate with QN9080 through QPP (other BLE browser)?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Thanks,&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 18 Jul 2024 14:00:54 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Wireless-MCU/How-to-increase-MTU-size-b-w-qn9080-and-Android/m-p/1911416#M18305</guid>
      <dc:creator>mjkimbravo</dc:creator>
      <dc:date>2024-07-18T14:00:54Z</dc:date>
    </item>
    <item>
      <title>Re: How to increase MTU size b/w qn9080 and Android</title>
      <link>https://community.nxp.com/t5/Wireless-MCU/How-to-increase-MTU-size-b-w-qn9080-and-Android/m-p/1916712#M18453</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/231391"&gt;@mjkimbravo&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Could you capture a sniffer log for this issue?&lt;/P&gt;</description>
      <pubDate>Thu, 25 Jul 2024 01:19:30 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Wireless-MCU/How-to-increase-MTU-size-b-w-qn9080-and-Android/m-p/1916712#M18453</guid>
      <dc:creator>xing_chang</dc:creator>
      <dc:date>2024-07-25T01:19:30Z</dc:date>
    </item>
    <item>
      <title>Re: How to increase MTU size b/w qn9080 and Android</title>
      <link>https://community.nxp.com/t5/Wireless-MCU/How-to-increase-MTU-size-b-w-qn9080-and-Android/m-p/1916721#M18454</link>
      <description>&lt;P&gt;I'm really sorry that I don't know what is exactly sniffer log and how to capture it...&lt;/P&gt;&lt;P&gt;Instead, I attach the &lt;EM&gt;NXP Community question link&lt;/EM&gt; which can show my situation in more detail. I hope this will be helpful for your understanding. I'm really needs your kind help.&lt;/P&gt;&lt;P&gt;&lt;A title="QN9080 BLE private profile service or others" href="https://community.nxp.com/t5/Wireless-Connectivity/QN9080-BLE-private-profile-service-or-others/m-p/1916652#M18450" target="_self"&gt;QN9080 BLE private profile service or others&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A title="QN9080 cannot send more than 20 bytes through QPP service. Is there any way to increase it?" href="https://community.nxp.com/t5/Wireless-Connectivity/QN9080-cannot-send-more-than-20-bytes-through-QPP-service-Is/m-p/1911412#M18304" target="_self"&gt;QN9080 cannot send more than 20 bytes through QPP service. Is there any way to increase it?&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 25 Jul 2024 01:42:07 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Wireless-MCU/How-to-increase-MTU-size-b-w-qn9080-and-Android/m-p/1916721#M18454</guid>
      <dc:creator>mjkimbravo</dc:creator>
      <dc:date>2024-07-25T01:42:07Z</dc:date>
    </item>
  </channel>
</rss>

