<?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>Wireless MCUのトピックRe: NXP QN908x throwing gBleOverflow_c error while writing multiple packets of data bytes into attri</title>
    <link>https://community.nxp.com/t5/Wireless-MCU/NXP-QN908x-throwing-gBleOverflow-c-error-while-writing-multiple/m-p/1174035#M10330</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/178429"&gt;@kishans&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;The&amp;nbsp;gBleOverflow_c means that an internal limit is reached. So, in this case, will depend on your implementation, you could resend the same packets that you didn't receive.&lt;/P&gt;
&lt;P&gt;This overflow is generated because the Maximum number of pending L2CA packets was reached.&amp;nbsp;gMaxL2caQueueSize_c&lt;BR /&gt;This queue is used by the L2CAP layer to buffer packets when the LE controller cannot accept ACL Data packets any more.&lt;BR /&gt;Any new requests sent from the Host or application layer after this queue is full will generate a gBleOverflow_c event.&lt;BR /&gt;Also, when the queue transitions to empty state, a gTxEntryAvailable_c generic event will be generated. ble_config.h file&lt;/P&gt;
&lt;P&gt;Regards,&lt;/P&gt;
&lt;P&gt;Mario&lt;/P&gt;</description>
    <pubDate>Tue, 27 Oct 2020 18:28:41 GMT</pubDate>
    <dc:creator>mario_castaneda</dc:creator>
    <dc:date>2020-10-27T18:28:41Z</dc:date>
    <item>
      <title>NXP QN908x throwing gBleOverflow_c error while writing multiple packets of data bytes into attribute</title>
      <link>https://community.nxp.com/t5/Wireless-MCU/NXP-QN908x-throwing-gBleOverflow-c-error-while-writing-multiple/m-p/1171621#M10301</link>
      <description>&lt;P&gt;&lt;BR /&gt;While using QN908x to send multiple (i.e,30 to 50) packets (of size 20 bytes) of data through BLE notification an error gBleOverflow_c is getting thrown from the GattServer Callback method.&lt;BR /&gt;This issue we are facing only on few PC (laptop) which are bit old so guessing those might be loaded with older version BLE module. Adding delay of 80 to 100ms between the packets fixes the issue for now but not very sure about the right approach to handle this issue.&lt;BR /&gt;Do we need to resend the last packet after we receive the gBleOverflow_c error, what's the standard process to handle this error.&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/133817"&gt;@nxf63973&lt;/a&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 22 Oct 2020 07:15:37 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Wireless-MCU/NXP-QN908x-throwing-gBleOverflow-c-error-while-writing-multiple/m-p/1171621#M10301</guid>
      <dc:creator>kishans</dc:creator>
      <dc:date>2020-10-22T07:15:37Z</dc:date>
    </item>
    <item>
      <title>Re: NXP QN908x throwing gBleOverflow_c error while writing multiple packets of data bytes into attri</title>
      <link>https://community.nxp.com/t5/Wireless-MCU/NXP-QN908x-throwing-gBleOverflow-c-error-while-writing-multiple/m-p/1174035#M10330</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/178429"&gt;@kishans&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;The&amp;nbsp;gBleOverflow_c means that an internal limit is reached. So, in this case, will depend on your implementation, you could resend the same packets that you didn't receive.&lt;/P&gt;
&lt;P&gt;This overflow is generated because the Maximum number of pending L2CA packets was reached.&amp;nbsp;gMaxL2caQueueSize_c&lt;BR /&gt;This queue is used by the L2CAP layer to buffer packets when the LE controller cannot accept ACL Data packets any more.&lt;BR /&gt;Any new requests sent from the Host or application layer after this queue is full will generate a gBleOverflow_c event.&lt;BR /&gt;Also, when the queue transitions to empty state, a gTxEntryAvailable_c generic event will be generated. ble_config.h file&lt;/P&gt;
&lt;P&gt;Regards,&lt;/P&gt;
&lt;P&gt;Mario&lt;/P&gt;</description>
      <pubDate>Tue, 27 Oct 2020 18:28:41 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Wireless-MCU/NXP-QN908x-throwing-gBleOverflow-c-error-while-writing-multiple/m-p/1174035#M10330</guid>
      <dc:creator>mario_castaneda</dc:creator>
      <dc:date>2020-10-27T18:28:41Z</dc:date>
    </item>
    <item>
      <title>Re: NXP QN908x throwing gBleOverflow_c error while writing multiple packets of data bytes into attri</title>
      <link>https://community.nxp.com/t5/Wireless-MCU/NXP-QN908x-throwing-gBleOverflow-c-error-while-writing-multiple/m-p/1177745#M10350</link>
      <description>&lt;P&gt;Thank you Mario for the update.&lt;BR /&gt;So this error is thrown from the BLE receiver end, this error is thrown when the Host sends packets faster than the receiver acknowledges and process the packet. Since we dont have a control on the receiver implementation I guess we left with the option of resending the last packet to which receiver has not acknowledged.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 04 Nov 2020 07:38:23 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Wireless-MCU/NXP-QN908x-throwing-gBleOverflow-c-error-while-writing-multiple/m-p/1177745#M10350</guid>
      <dc:creator>kishans</dc:creator>
      <dc:date>2020-11-04T07:38:23Z</dc:date>
    </item>
    <item>
      <title>Re: NXP QN908x throwing gBleOverflow_c error while writing multiple packets of data bytes into attri</title>
      <link>https://community.nxp.com/t5/Wireless-MCU/NXP-QN908x-throwing-gBleOverflow-c-error-while-writing-multiple/m-p/1180591#M10361</link>
      <description>&lt;P&gt;Hi &lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/86938"&gt;@mario_castaneda&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Need few inputs on the below points mentioned in your previous reply:&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;&amp;gt;&amp;gt; The gBleOverflow_c means that an internal limit is reached.&lt;BR /&gt;&amp;nbsp; =&amp;gt;&amp;nbsp; Is there a way to increase the internal limit (or buffer size).&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&amp;gt;&amp;gt; This overflow is generated because the Maximum number of pending L2CA packets was reached. gMaxL2caQueueSize_c&amp;nbsp;&lt;BR /&gt;&amp;nbsp;=&amp;gt; Is there a way to configure this from BLE data sender or a host.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Followed other threads in this community where they also mentioned about the gBleOverflow_c error, and followed guide lines and make sure to configure&amp;nbsp;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;EM&gt;gAppMaxConnections_c&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/EM&gt;&lt;SPAN&gt;to&amp;nbsp;1. And also tried resending the packet but that does not seems to work.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Need your assistance.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Regards,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;kishan&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 10 Nov 2020 08:10:17 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Wireless-MCU/NXP-QN908x-throwing-gBleOverflow-c-error-while-writing-multiple/m-p/1180591#M10361</guid>
      <dc:creator>kishans</dc:creator>
      <dc:date>2020-11-10T08:10:17Z</dc:date>
    </item>
  </channel>
</rss>

