<?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のトピックKW40Z BLE transmit data complete status</title>
    <link>https://community.nxp.com/t5/Wireless-MCU/KW40Z-BLE-transmit-data-complete-status/m-p/476016#M866</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;BR /&gt;I have test the Wireless UART demo code and add customer define GATT for data notification.&lt;/P&gt;&lt;P&gt;Also removed the client demo code and all function works now.&lt;/P&gt;&lt;P&gt;Now I want to test the data throughput and package lost rate.&lt;/P&gt;&lt;P&gt;Is there any api that can report the status of data transmit complete or not?&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 17 May 2016 11:55:47 GMT</pubDate>
    <dc:creator>kyleyang</dc:creator>
    <dc:date>2016-05-17T11:55:47Z</dc:date>
    <item>
      <title>KW40Z BLE transmit data complete status</title>
      <link>https://community.nxp.com/t5/Wireless-MCU/KW40Z-BLE-transmit-data-complete-status/m-p/476016#M866</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;BR /&gt;I have test the Wireless UART demo code and add customer define GATT for data notification.&lt;/P&gt;&lt;P&gt;Also removed the client demo code and all function works now.&lt;/P&gt;&lt;P&gt;Now I want to test the data throughput and package lost rate.&lt;/P&gt;&lt;P&gt;Is there any api that can report the status of data transmit complete or not?&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 May 2016 11:55:47 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Wireless-MCU/KW40Z-BLE-transmit-data-complete-status/m-p/476016#M866</guid>
      <dc:creator>kyleyang</dc:creator>
      <dc:date>2016-05-17T11:55:47Z</dc:date>
    </item>
    <item>
      <title>Re: KW40Z BLE transmit data complete status</title>
      <link>https://community.nxp.com/t5/Wireless-MCU/KW40Z-BLE-transmit-data-complete-status/m-p/476017#M867</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;To ensure low latency throughout the Bluetooth stack, there isn't any data transmit complete status implemented. But, because the ATT model does not allow interleaving transactions, we have an error event on the GATT Server callback that signals when a new packet transmit cannot be completed. You can use this as a marker to know whether the previous packet was sent.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;One more thing that I need to mention is that the ATT notification does not guarantee you that the packet was received by the peer. If you also want this information, the ATT Indication is a more suitable option, with the drawback of reduced throughput.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 May 2016 19:44:38 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Wireless-MCU/KW40Z-BLE-transmit-data-complete-status/m-p/476017#M867</guid>
      <dc:creator>alexandruandree</dc:creator>
      <dc:date>2016-05-19T19:44:38Z</dc:date>
    </item>
    <item>
      <title>Re: KW40Z BLE transmit data complete status</title>
      <link>https://community.nxp.com/t5/Wireless-MCU/KW40Z-BLE-transmit-data-complete-status/m-p/476018#M868</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Yes, idea is make sure that new package is transmit correct.&lt;/P&gt;&lt;P&gt;Do you mean the GATT Server callback is "App_GattServerCallback" or "BleApp_GattServerCallback"?&lt;/P&gt;&lt;P&gt;Could you describe more detail for me? Thanks.&lt;/P&gt;&lt;P&gt;Or give me a mail?&lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-email-small" href="mailto:kyleyang@wtmec.com"&gt;kyleyang@wtmec.com&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 May 2016 10:54:15 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Wireless-MCU/KW40Z-BLE-transmit-data-complete-status/m-p/476018#M868</guid>
      <dc:creator>kyleyang</dc:creator>
      <dc:date>2016-05-20T10:54:15Z</dc:date>
    </item>
    <item>
      <title>Re: KW40Z BLE transmit data complete status</title>
      <link>https://community.nxp.com/t5/Wireless-MCU/KW40Z-BLE-transmit-data-complete-status/m-p/476019#M869</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello &lt;A class="jx-jive-macro-user" href="https://community.nxp.com/people/kyleyang"&gt;kyleyang&lt;/A&gt;​,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please refer to document &lt;STRONG&gt;BLEADG.pdf&lt;/STRONG&gt; included in the &lt;STRONG&gt;KW40Z Connectivity Software&lt;/STRONG&gt; package. See section &lt;STRONG&gt;5.2 Server APIs&lt;/STRONG&gt; to get more information about indications and notifications and how to use it in NXP BLE stack. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You should find the document in the next path:&lt;/P&gt;&lt;P&gt;&lt;EM style="font-size: 14px; font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif; color: #51626f;"&gt;&amp;lt;KW40Z_connSw_install_dir&amp;gt;\ConnSw\doc\BLEDAUG.pdf&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please, let us know if something is not clear in the document. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 May 2016 17:14:12 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Wireless-MCU/KW40Z-BLE-transmit-data-complete-status/m-p/476019#M869</guid>
      <dc:creator>miguel_reyes</dc:creator>
      <dc:date>2016-05-24T17:14:12Z</dc:date>
    </item>
  </channel>
</rss>

