<?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のトピックConfirmation timeout</title>
    <link>https://community.nxp.com/t5/Wireless-MCU/Confirmation-timeout/m-p/1022957#M8743</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I find this in KW36 SDK ble_general.h:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;typedef enum&lt;BR /&gt;{&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;...&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;gGattClientConfirmationTimeout_c = gGattStatusBase_c | 0x08, /*!&amp;lt; No Confirmation was received from the Client after a Server Indication. */&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;...&lt;/P&gt;&lt;P&gt;} bleResult_t;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;However, I could not find where returns&amp;nbsp;&lt;SPAN&gt;gGattClientConfirmationTimeout_c&amp;nbsp;. GattServer_SendInstantValueIndication always returns&amp;nbsp;gBleSuccess_c&amp;nbsp;even if I does not get&amp;nbsp;gEvtHandleValueConfirmation_c. So how could I know that&amp;nbsp;I didn't receive Confirmation？&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 27 Dec 2019 13:18:16 GMT</pubDate>
    <dc:creator>jictannu</dc:creator>
    <dc:date>2019-12-27T13:18:16Z</dc:date>
    <item>
      <title>Confirmation timeout</title>
      <link>https://community.nxp.com/t5/Wireless-MCU/Confirmation-timeout/m-p/1022957#M8743</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I find this in KW36 SDK ble_general.h:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;typedef enum&lt;BR /&gt;{&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;...&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;gGattClientConfirmationTimeout_c = gGattStatusBase_c | 0x08, /*!&amp;lt; No Confirmation was received from the Client after a Server Indication. */&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;...&lt;/P&gt;&lt;P&gt;} bleResult_t;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;However, I could not find where returns&amp;nbsp;&lt;SPAN&gt;gGattClientConfirmationTimeout_c&amp;nbsp;. GattServer_SendInstantValueIndication always returns&amp;nbsp;gBleSuccess_c&amp;nbsp;even if I does not get&amp;nbsp;gEvtHandleValueConfirmation_c. So how could I know that&amp;nbsp;I didn't receive Confirmation？&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Dec 2019 13:18:16 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Wireless-MCU/Confirmation-timeout/m-p/1022957#M8743</guid>
      <dc:creator>jictannu</dc:creator>
      <dc:date>2019-12-27T13:18:16Z</dc:date>
    </item>
    <item>
      <title>Re: Confirmation timeout</title>
      <link>https://community.nxp.com/t5/Wireless-MCU/Confirmation-timeout/m-p/1022958#M8744</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Xinyu,&lt;/P&gt;&lt;P&gt;Please note that related events are handled in BleApp_Gatt ServerCallback ().&lt;/P&gt;&lt;P&gt;Please refer to "Bluetooth® Low Energy Application Developer’s Guide".&lt;/P&gt;&lt;P&gt;There is an important difference between sending Notifications and Indications: the latter can only be sent one at a time and the application must wait for the Client Confirmation (signaled by the gEvtHandleValueConfirmation_c Server event, or by a gEvtError_c event with gGattClientConfirmationTimeout_c error code) before sending a new Indication. Otherwise, a gEvtError_c event with gGattIndicationAlreadyInProgress_c error code is triggered. The Notifications can be sent consecutively.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 03 Jan 2020 02:12:13 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Wireless-MCU/Confirmation-timeout/m-p/1022958#M8744</guid>
      <dc:creator>xing_chang</dc:creator>
      <dc:date>2020-01-03T02:12:13Z</dc:date>
    </item>
  </channel>
</rss>

