<?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: KW38 - HCI Timeout on Pairing Request in Wireless MCU</title>
    <link>https://community.nxp.com/t5/Wireless-MCU/KW38-HCI-Timeout-on-Pairing-Request/m-p/1323778#M11667</link>
    <description>&lt;P&gt;The ble lib is invisible to us. So it's hard to get the information. The last way to try to find out the problem is&amp;nbsp; using the Test tool. Use another board flashed with the fsci_black_box. The test tool provides the hci interface and it has the log about the hci commander.&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="abcde.PNG" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/152951i62BEB4D1C8F6B281/image-size/medium?v=v2&amp;amp;px=400" role="button" title="abcde.PNG" alt="abcde.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt; &lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="asc.PNG" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/152952i013524D0677A6343/image-size/medium?v=v2&amp;amp;px=400" role="button" title="asc.PNG" alt="asc.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;Use this to control the device acting as the central. And check the log. This may help us.&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Mon, 16 Aug 2021 07:42:51 GMT</pubDate>
    <dc:creator>nxf56274</dc:creator>
    <dc:date>2021-08-16T07:42:51Z</dc:date>
    <item>
      <title>KW38 - HCI Timeout on Pairing Request</title>
      <link>https://community.nxp.com/t5/Wireless-MCU/KW38-HCI-Timeout-on-Pairing-Request/m-p/1316881#M11467</link>
      <description>&lt;P&gt;I am writing a Client Application based on Temperature_collector example. On the Server side I have a custom BLE Service. With pairing disabled, the Client application can discover the Services on the Server and read Characteristic data. But when I enable Pairing, I see that&amp;nbsp;&lt;SPAN&gt;Gap_Pair(peerDeviceId,&amp;nbsp;&amp;amp;gPairingParameters) request is sent, but I do not receive a '&lt;/SPAN&gt;&lt;SPAN&gt;gConnEvtPairingResponse_c&lt;/SPAN&gt;&lt;SPAN&gt;' in the ble_conn_manager.c. After some time I receive a HCI Connection timeout. Am I missing something here?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Client Side Pairing parameters:&lt;/P&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;gapPairingParameters_t&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;gPairingParameters&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;=&amp;nbsp;{&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;.withBonding&amp;nbsp;=&amp;nbsp;(&lt;/SPAN&gt;&lt;SPAN&gt;bool_t&lt;/SPAN&gt;&lt;SPAN&gt;)&lt;/SPAN&gt;&lt;SPAN&gt;gAppUseBonding_d&lt;/SPAN&gt;&lt;SPAN&gt;,&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;.securityModeAndLevel&amp;nbsp;=&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;gSecurityMode_1_Level_3_c&lt;/SPAN&gt;&lt;SPAN&gt;,&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;.maxEncryptionKeySize&amp;nbsp;=&amp;nbsp;mcEncryptionKeySize_c,&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;.localIoCapabilities&amp;nbsp;=&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;gIoKeyboardDisplay_c&lt;/SPAN&gt;&lt;SPAN&gt;,&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;.oobAvailable&amp;nbsp;=&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;FALSE&lt;/SPAN&gt;&lt;SPAN&gt;,&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;.centralKeys&amp;nbsp;=&amp;nbsp;(&lt;/SPAN&gt;&lt;SPAN&gt;gapSmpKeyFlags_t&lt;/SPAN&gt;&lt;SPAN&gt;)&amp;nbsp;(&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;gLtk_c&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;|&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;gIrk_c&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;),&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;.peripheralKeys&amp;nbsp;=&amp;nbsp;(&lt;/SPAN&gt;&lt;SPAN&gt;gapSmpKeyFlags_t&lt;/SPAN&gt;&lt;SPAN&gt;)&amp;nbsp;(&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;gLtk_c&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;|&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;gIrk_c&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;),&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;.leSecureConnectionSupported&amp;nbsp;=&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;TRUE&lt;/SPAN&gt;&lt;SPAN&gt;,&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;.useKeypressNotifications&amp;nbsp;=&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;FALSE&lt;/SPAN&gt;&lt;SPAN&gt;,&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;};&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;Server Side Pairing Parameters:&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;gapPairingParameters_t&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;gPairingParameters&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;=&amp;nbsp;{&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;.withBonding&amp;nbsp;=&amp;nbsp;(&lt;/SPAN&gt;&lt;SPAN&gt;bool_t&lt;/SPAN&gt;&lt;SPAN&gt;)&lt;/SPAN&gt;&lt;SPAN&gt;gAppUseBonding_d&lt;/SPAN&gt;&lt;SPAN&gt;,&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;.securityModeAndLevel&amp;nbsp;=&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;gSecurityMode_1_Level_3_c&lt;/SPAN&gt;&lt;SPAN&gt;,&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;.maxEncryptionKeySize&amp;nbsp;=&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;mcEncryptionKeySize_c&lt;/SPAN&gt;&lt;SPAN&gt;,&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;.localIoCapabilities&amp;nbsp;=&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;gIoDisplayOnly_c&lt;/SPAN&gt;&lt;SPAN&gt;,&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;.oobAvailable&amp;nbsp;=&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;FALSE&lt;/SPAN&gt;&lt;SPAN&gt;,&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;.centralKeys&amp;nbsp;=&amp;nbsp;(&lt;/SPAN&gt;&lt;SPAN&gt;gapSmpKeyFlags_t&lt;/SPAN&gt;&lt;SPAN&gt;)&amp;nbsp;(&lt;/SPAN&gt;&lt;SPAN&gt;gLtk_c&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;|&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;gIrk_c&lt;/SPAN&gt;&lt;SPAN&gt;),&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;.peripheralKeys&amp;nbsp;=&amp;nbsp;(&lt;/SPAN&gt;&lt;SPAN&gt;gapSmpKeyFlags_t&lt;/SPAN&gt;&lt;SPAN&gt;)&amp;nbsp;(&lt;/SPAN&gt;&lt;SPAN&gt;gLtk_c&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;|&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;gIrk_c&lt;/SPAN&gt;&lt;SPAN&gt;),&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;.leSecureConnectionSupported&amp;nbsp;=&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;TRUE&lt;/SPAN&gt;&lt;SPAN&gt;,&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;.useKeypressNotifications&amp;nbsp;=&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;FALSE&lt;/SPAN&gt;&lt;SPAN&gt;,&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;};&lt;/SPAN&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Mon, 02 Aug 2021 19:33:10 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Wireless-MCU/KW38-HCI-Timeout-on-Pairing-Request/m-p/1316881#M11467</guid>
      <dc:creator>jefthadsilva</dc:creator>
      <dc:date>2021-08-02T19:33:10Z</dc:date>
    </item>
    <item>
      <title>Re: KW38 - HCI Timeout on Pairing Request</title>
      <link>https://community.nxp.com/t5/Wireless-MCU/KW38-HCI-Timeout-on-Pairing-Request/m-p/1316991#M11469</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;Do you enable the 'gAppUseBonding_d' in file 'app_preinclude.h'?&lt;/P&gt;
&lt;P&gt;Prepare a phone that can scan the ble. When your service broadcast, use your phone to try to pair. Does your phone pop out the window like this?&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="IMG_20210803_104801.jpg" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/151597iACAC367FF7B35185/image-size/medium?v=v2&amp;amp;px=400" role="button" title="IMG_20210803_104801.jpg" alt="IMG_20210803_104801.jpg" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;If so, I think that the problem may happens to client.&lt;/P&gt;
&lt;P&gt;Please also refer the chapter 4.1.3 and 4.2.2 in attachment.&lt;/P&gt;
&lt;P&gt; &lt;/P&gt;
&lt;P&gt;Have a great day,&lt;BR /&gt;TIC&lt;/P&gt;
&lt;P&gt;-------------------------------------------------------------------------------&lt;BR /&gt;Note:&lt;BR /&gt;- If this post answers your question, please click the "Mark Correct" button. Thank you!&lt;/P&gt;
&lt;P&gt;- We are following threads for 7 days after the last post, later replies are ignored&lt;BR /&gt;Please open a new thread and refer to the closed one, if you have a related question at a later point in time.&lt;BR /&gt;-------------------------------------------------------------------------------&lt;/P&gt;</description>
      <pubDate>Tue, 03 Aug 2021 03:09:57 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Wireless-MCU/KW38-HCI-Timeout-on-Pairing-Request/m-p/1316991#M11469</guid>
      <dc:creator>nxf56274</dc:creator>
      <dc:date>2021-08-03T03:09:57Z</dc:date>
    </item>
    <item>
      <title>Re: KW38 - HCI Timeout on Pairing Request</title>
      <link>https://community.nxp.com/t5/Wireless-MCU/KW38-HCI-Timeout-on-Pairing-Request/m-p/1317090#M11475</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Thank you for your response.&lt;/P&gt;&lt;DIV&gt;&lt;SPAN&gt;&lt;SPAN&gt;gAppUseBonding_d and&amp;nbsp;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN&gt;gAppUsePairing_d are enabled in both Central and Peripheral. Privacy is disabled in both.&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;I have tried with the phone using the "BLE Scanner" app on the phone. And Pairing and Bonding works fine. So I suspect the Central here. I am already referring to the Developer guide and I have followed the suggestions there.&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;Following is the sequence that happens during failure when I try with NXP Central and Peripheral:&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;1) Peripheral is Advertising&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;2) Central performs scanning, confirms from UUID if it is the right device to connect, stops scanning and initiates connection.&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;3) Connection successful.&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&lt;SPAN&gt;4) Peripheral initiates pairing by sending "G&lt;SPAN&gt;ap_SendSlaveSecurityRequest()"&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&lt;SPAN&gt;5) Central receives this request and calls&amp;nbsp;Gap_Pair() api.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&lt;SPAN&gt;&lt;SPAN&gt;6) Peripheral receives the pair request in the 'gConnEvtPairingRequest_c' and calls&amp;nbsp;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;Gap_AcceptPairingRequest() succesfully.&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&lt;SPAN&gt;After this I am expecting a "&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN&gt;gConnEvtPairingResponse_c&lt;/SPAN&gt;&lt;SPAN&gt;" in the Central that never arrives. After a few seconds connection disconnects in Central with HCI Connection Timeout.&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;If Pairing and Bonding is disabled in Central side, the Central Rejects the Pairing attempt from the Peripheral and the connection remains stable. I can then read the Primary Services and GATT Characteristics that are not protected in the Peripheral without any issues.&lt;/SPAN&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;SPAN&gt;&lt;SPAN&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/DIV&gt;</description>
      <pubDate>Tue, 03 Aug 2021 06:43:55 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Wireless-MCU/KW38-HCI-Timeout-on-Pairing-Request/m-p/1317090#M11475</guid>
      <dc:creator>jefthadsilva</dc:creator>
      <dc:date>2021-08-03T06:43:55Z</dc:date>
    </item>
    <item>
      <title>Re: KW38 - HCI Timeout on Pairing Request</title>
      <link>https://community.nxp.com/t5/Wireless-MCU/KW38-HCI-Timeout-on-Pairing-Request/m-p/1317199#M11478</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;I use ble_shell example. I add this code in connection callback to test if the client can receive the&amp;nbsp;&lt;SPAN&gt;gConnEvtPairingResponse_c when pair.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="code.PNG" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/151637i09E6C265A70B1D9C/image-size/medium?v=v2&amp;amp;px=400" role="button" title="code.PNG" alt="code.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;The result shows that the client can receive the '&lt;SPAN&gt;gConnEvtPairingResponse_c'.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="response.PNG" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/151639iB3982D95105D8023/image-size/medium?v=v2&amp;amp;px=400" role="button" title="response.PNG" alt="response.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt; &lt;/P&gt;
&lt;P&gt;Have a great day,&lt;BR /&gt;TIC&lt;/P&gt;
&lt;P&gt;-------------------------------------------------------------------------------&lt;BR /&gt;Note:&lt;BR /&gt;- If this post answers your question, please click the "Mark Correct" button. Thank you!&lt;/P&gt;
&lt;P&gt;- We are following threads for 7 days after the last post, later replies are ignored&lt;BR /&gt;Please open a new thread and refer to the closed one, if you have a related question at a later point in time.&lt;BR /&gt;-------------------------------------------------------------------------------&lt;/P&gt;</description>
      <pubDate>Tue, 03 Aug 2021 08:53:01 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Wireless-MCU/KW38-HCI-Timeout-on-Pairing-Request/m-p/1317199#M11478</guid>
      <dc:creator>nxf56274</dc:creator>
      <dc:date>2021-08-03T08:53:01Z</dc:date>
    </item>
    <item>
      <title>Re: KW38 - HCI Timeout on Pairing Request</title>
      <link>https://community.nxp.com/t5/Wireless-MCU/KW38-HCI-Timeout-on-Pairing-Request/m-p/1317228#M11481</link>
      <description>&lt;P&gt;Thanks again for your response.&amp;nbsp;&lt;/P&gt;&lt;P&gt;In my example I am waiting until the pairing is complete to even search for primary services. Do you think that can have an impact?&lt;/P&gt;&lt;P&gt;In your shell example that you executed was pairing done right after Connection establishment, before any GATT interactions are initiated?&lt;/P&gt;</description>
      <pubDate>Tue, 03 Aug 2021 09:11:48 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Wireless-MCU/KW38-HCI-Timeout-on-Pairing-Request/m-p/1317228#M11481</guid>
      <dc:creator>jefthadsilva</dc:creator>
      <dc:date>2021-08-03T09:11:48Z</dc:date>
    </item>
    <item>
      <title>Re: KW38 - HCI Timeout on Pairing Request</title>
      <link>https://community.nxp.com/t5/Wireless-MCU/KW38-HCI-Timeout-on-Pairing-Request/m-p/1317616#M11499</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;Before doing the service discovery, I do the paring.&lt;/P&gt;
&lt;P&gt;Actually, If you try other paring examples, they always ignore this case '&lt;SPAN&gt;gConnEvtPairingResponse_c&lt;/SPAN&gt;'. So I think we do not need to check '&lt;SPAN&gt;gConnEvtPairingResponse_c'.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Have a great day,&lt;BR /&gt;TIC&lt;/P&gt;
&lt;P&gt;-------------------------------------------------------------------------------&lt;BR /&gt;Note:&lt;BR /&gt;- If this post answers your question, please click the "Mark Correct" button. Thank you!&lt;/P&gt;
&lt;P&gt;- We are following threads for 7 days after the last post, later replies are ignored&lt;BR /&gt;Please open a new thread and refer to the closed one, if you have a related question at a later point in time.&lt;BR /&gt;-------------------------------------------------------------------------------&lt;/P&gt;</description>
      <pubDate>Wed, 04 Aug 2021 01:51:31 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Wireless-MCU/KW38-HCI-Timeout-on-Pairing-Request/m-p/1317616#M11499</guid>
      <dc:creator>nxf56274</dc:creator>
      <dc:date>2021-08-04T01:51:31Z</dc:date>
    </item>
    <item>
      <title>Re: KW38 - HCI Timeout on Pairing Request</title>
      <link>https://community.nxp.com/t5/Wireless-MCU/KW38-HCI-Timeout-on-Pairing-Request/m-p/1317825#M11523</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;So if pairing is working before Service discovery in your case that means Pairing has no dependency on any GATT operation.&lt;/P&gt;&lt;P&gt;As for ignoring the&amp;nbsp;&lt;SPAN&gt;'&lt;/SPAN&gt;&lt;SPAN&gt;gConnEvtPairingResponse_c&lt;/SPAN&gt;&lt;SPAN&gt;', I specifically do not need this event, since I do not intend to take any action on it. But as soon as I start pairing I get HCI connection timeout. This is my main issue.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;And as per the "Bluetooth Low Energy Application Developer's Guide.pdf", after the Pairing request from the Central, Pairing response is expected. So I suspect something is happening inside the Stack code that causes it to generate HCI timeout. Is there any debugging mechanism to further root cause the issue?&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 04 Aug 2021 06:15:39 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Wireless-MCU/KW38-HCI-Timeout-on-Pairing-Request/m-p/1317825#M11523</guid>
      <dc:creator>jefthadsilva</dc:creator>
      <dc:date>2021-08-04T06:15:39Z</dc:date>
    </item>
    <item>
      <title>Re: KW38 - HCI Timeout on Pairing Request</title>
      <link>https://community.nxp.com/t5/Wireless-MCU/KW38-HCI-Timeout-on-Pairing-Request/m-p/1317848#M11526</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;How do you get the information about timeout? Which function returns this information? Show some code.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Have a great day,&lt;BR /&gt;TIC&lt;/P&gt;
&lt;P&gt;-------------------------------------------------------------------------------&lt;BR /&gt;Note:&lt;BR /&gt;- If this post answers your question, please click the "Mark Correct" button. Thank you!&lt;/P&gt;
&lt;P&gt;- We are following threads for 7 days after the last post, later replies are ignored&lt;BR /&gt;Please open a new thread and refer to the closed one, if you have a related question at a later point in time.&lt;BR /&gt;-------------------------------------------------------------------------------&lt;/P&gt;</description>
      <pubDate>Wed, 04 Aug 2021 06:41:53 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Wireless-MCU/KW38-HCI-Timeout-on-Pairing-Request/m-p/1317848#M11526</guid>
      <dc:creator>nxf56274</dc:creator>
      <dc:date>2021-08-04T06:41:53Z</dc:date>
    </item>
    <item>
      <title>Re: KW38 - HCI Timeout on Pairing Request</title>
      <link>https://community.nxp.com/t5/Wireless-MCU/KW38-HCI-Timeout-on-Pairing-Request/m-p/1317914#M11528</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;HCI timeout is received in the "&lt;SPAN&gt;gConnEvtDisconnected_c" event with the corresponding reason.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Please find the snippet of the code attached that handles ScanCallBack and ConnectionCallBack.&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Jeftha&lt;/P&gt;</description>
      <pubDate>Wed, 04 Aug 2021 07:33:39 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Wireless-MCU/KW38-HCI-Timeout-on-Pairing-Request/m-p/1317914#M11528</guid>
      <dc:creator>jefthadsilva</dc:creator>
      <dc:date>2021-08-04T07:33:39Z</dc:date>
    </item>
    <item>
      <title>Re: KW38 - HCI Timeout on Pairing Request</title>
      <link>https://community.nxp.com/t5/Wireless-MCU/KW38-HCI-Timeout-on-Pairing-Request/m-p/1317953#M11532</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;Print every event we receive in here. Let's check&amp;nbsp;the connection sequence. And check which event is handled by mcu before time out.&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="print.PNG" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/151753i5AF5EAF05FD06131/image-size/medium?v=v2&amp;amp;px=400" role="button" title="print.PNG" alt="print.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;Have a great day,&lt;BR /&gt;TIC&lt;/P&gt;
&lt;P&gt;-------------------------------------------------------------------------------&lt;BR /&gt;Note:&lt;BR /&gt;- If this post answers your question, please click the "Mark Correct" button. Thank you!&lt;/P&gt;
&lt;P&gt;- We are following threads for 7 days after the last post, later replies are ignored&lt;BR /&gt;Please open a new thread and refer to the closed one, if you have a related question at a later point in time.&lt;BR /&gt;-------------------------------------------------------------------------------&lt;/P&gt;</description>
      <pubDate>Wed, 04 Aug 2021 08:00:02 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Wireless-MCU/KW38-HCI-Timeout-on-Pairing-Request/m-p/1317953#M11532</guid>
      <dc:creator>nxf56274</dc:creator>
      <dc:date>2021-08-04T08:00:02Z</dc:date>
    </item>
    <item>
      <title>Re: KW38 - HCI Timeout on Pairing Request</title>
      <link>https://community.nxp.com/t5/Wireless-MCU/KW38-HCI-Timeout-on-Pairing-Request/m-p/1318166#M11544</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Following is the sequence of events on the hardware in the order they are received:&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;ConnectionCallBack events in Central&lt;/STRONG&gt;:&lt;BR /&gt;gConnEvtConnected_c&lt;BR /&gt;gConnEvtSlaveSecurityRequest_c&lt;BR /&gt;gConnEvtLeDataLengthChanged_c&lt;BR /&gt;(after a gap of few seconds)&lt;BR /&gt;gConnEvtDisconnected_c (with reason HCI Connection Timeout)&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;ConnectionCallBack events In Peripheral&lt;/STRONG&gt;:&lt;BR /&gt;gConnEvtConnected_c&lt;BR /&gt;gConnEvtPairingRequest_c&lt;BR /&gt;gConnEvtLeDataLengthChanged_c&lt;BR /&gt;(after a gap of few seconds)&lt;BR /&gt;gConnEvtDisconnected_c (with reason HCI Connection Timeout)&lt;/P&gt;&lt;P&gt;Also attached is the ble_conn_manager.c file that takes care of the pairing procedure. Same file is used in both peripheral and Central.&lt;/P&gt;</description>
      <pubDate>Wed, 04 Aug 2021 13:23:15 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Wireless-MCU/KW38-HCI-Timeout-on-Pairing-Request/m-p/1318166#M11544</guid>
      <dc:creator>jefthadsilva</dc:creator>
      <dc:date>2021-08-04T13:23:15Z</dc:date>
    </item>
    <item>
      <title>Re: KW38 - HCI Timeout on Pairing Request</title>
      <link>https://community.nxp.com/t5/Wireless-MCU/KW38-HCI-Timeout-on-Pairing-Request/m-p/1318644#M11567</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;Central&lt;BR /&gt;pConnectionEvent -&amp;gt;:0 gConnEvtConnected_c&lt;BR /&gt;Connected!&lt;/P&gt;
&lt;P&gt;pConnectionEvent -&amp;gt;:2 gConnEvtSlaveSecurityRequest_c&lt;/P&gt;
&lt;P&gt;pConnectionEvent -&amp;gt;:19 gConnEvtLeDataLengthChanged_c&lt;/P&gt;
&lt;P&gt;pConnectionEvent -&amp;gt;:3 gConnEvtPairingResponse_c&lt;/P&gt;
&lt;P&gt;pConnectionEvent -&amp;gt;:27 gConnEvtPairingAlreadyStarted_c&lt;/P&gt;
&lt;P&gt;pConnectionEvent -&amp;gt;:5 gConnEvtPasskeyRequest_c&lt;BR /&gt;&lt;BR /&gt;pConnectionEvent -&amp;gt;:11 gConnEvtEncryptionChanged_c&lt;/P&gt;
&lt;P&gt;pConnectionEvent -&amp;gt;:9 gConnEvtKeysReceived_c&lt;/P&gt;
&lt;P&gt;pConnectionEvent -&amp;gt;:8 gConnEvtKeyExchangeRequest_c&lt;/P&gt;
&lt;P&gt;pConnectionEvent -&amp;gt;:12 gConnEvtPairingComplete_c&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;&lt;BR /&gt;Peripheral&lt;/P&gt;
&lt;P&gt;pConnectionEvent -&amp;gt;:0 gConnEvtConnected_c&lt;BR /&gt;Connected!&lt;/P&gt;
&lt;P&gt;pConnectionEvent -&amp;gt;:1 gConnEvtPairingRequest_c&lt;/P&gt;
&lt;P&gt;pConnectionEvent -&amp;gt;:19 gConnEvtLeDataLengthChanged_c&lt;/P&gt;
&lt;P&gt;pConnectionEvent -&amp;gt;:7 gConnEvtPasskeyDisplay_c&lt;/P&gt;
&lt;P&gt;pConnectionEvent -&amp;gt;:11 gConnEvtEncryptionChanged_c&lt;/P&gt;
&lt;P&gt;pConnectionEvent -&amp;gt;:8 gConnEvtKeyExchangeRequest_c&lt;/P&gt;
&lt;P&gt;pConnectionEvent -&amp;gt;:9 gConnEvtKeysReceived_c&lt;/P&gt;
&lt;P&gt;pConnectionEvent -&amp;gt;:12 gConnEvtPairingComplete_c&lt;/P&gt;
&lt;P&gt;This is the normal process.&lt;/P&gt;
&lt;P&gt;You stopped at&amp;nbsp;gConnEvtLeDataLengthChanged_c. But this case doesn't handled by mcu. So the problem may happens to the before message. Please debug the peripheral function 'Gap_AcceptPairingRequest', check if it accepts the paring request. The hci timeout is because after the 'gConnEvtLeDataLengthChanged_c', the master and slave doesn't send info to each other.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Have a great day,&lt;BR /&gt;TIC&lt;/P&gt;
&lt;P&gt;-------------------------------------------------------------------------------&lt;BR /&gt;Note:&lt;BR /&gt;- If this post answers your question, please click the "Mark Correct" button. Thank you!&lt;/P&gt;
&lt;P&gt;- We are following threads for 7 days after the last post, later replies are ignored&lt;BR /&gt;Please open a new thread and refer to the closed one, if you have a related question at a later point in time.&lt;BR /&gt;-------------------------------------------------------------------------------&lt;/P&gt;</description>
      <pubDate>Thu, 05 Aug 2021 03:21:06 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Wireless-MCU/KW38-HCI-Timeout-on-Pairing-Request/m-p/1318644#M11567</guid>
      <dc:creator>nxf56274</dc:creator>
      <dc:date>2021-08-05T03:21:06Z</dc:date>
    </item>
    <item>
      <title>Re: KW38 - HCI Timeout on Pairing Request</title>
      <link>https://community.nxp.com/t5/Wireless-MCU/KW38-HCI-Timeout-on-Pairing-Request/m-p/1318760#M11576</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;To make sure that the AcceptPairing function works fine, I have handled the error case as below in ble_conn_mgr.c:&lt;/P&gt;&lt;P&gt;&lt;EM&gt;//(void)Gap_AcceptPairingRequest(peerDeviceId, &amp;amp;gPairingParameters);&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;bleResult_t res = Gap_AcceptPairingRequest(peerDeviceId, &amp;amp;gPairingParameters);&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;if (gBleSuccess_c != res)&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;{&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;panic(0, 0, 0, 0);&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;}&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;Additionally I put a break point at this function to make sure it is executed and I see that the functions returns with success. So that means that either the Peripheral stack did not process the AcceptPairingRequest() properly or the Central Stack did not process the Pairing response sent by the Peripheral. Sadly I do not have a Sniffer tool to capture what is happening over the air. Do you have any suggestions on what could be going wrong. For your information this is my SDK version "SDK_2.6.11_FRDM-KW38". Earlier we were using the "&lt;SPAN&gt;2.6.6&lt;/SPAN&gt;" version on which this issue was originally observed and hence we upgraded to&amp;nbsp; "2.6.11".&lt;/P&gt;&lt;P&gt;Sincerely appreciating your support here.&lt;/P&gt;</description>
      <pubDate>Thu, 05 Aug 2021 07:02:58 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Wireless-MCU/KW38-HCI-Timeout-on-Pairing-Request/m-p/1318760#M11576</guid>
      <dc:creator>jefthadsilva</dc:creator>
      <dc:date>2021-08-05T07:02:58Z</dc:date>
    </item>
    <item>
      <title>Re: KW38 - HCI Timeout on Pairing Request</title>
      <link>https://community.nxp.com/t5/Wireless-MCU/KW38-HCI-Timeout-on-Pairing-Request/m-p/1318784#M11578</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;Do another test. Use the example 'temperature_collector ' without any modification. Use it to connect and bind. Does it work?&lt;/P&gt;
&lt;P&gt;You need to&amp;nbsp;modify the client scan callback. It will check if the scanned device has temperature profile. If your device doesn't contain, it won't connect to device. If your device doesn't contain the temperature profile, you would better comment this code. Use other way like device name to find specified device.&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="abbc.PNG" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/151925i17BA021937CF924B/image-size/medium?v=v2&amp;amp;px=400" role="button" title="abbc.PNG" alt="abbc.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;Have a great day,&lt;BR /&gt;TIC&lt;/P&gt;
&lt;P&gt;-------------------------------------------------------------------------------&lt;BR /&gt;Note:&lt;BR /&gt;- If this post answers your question, please click the "Mark Correct" button. Thank you!&lt;/P&gt;
&lt;P&gt;- We are following threads for 7 days after the last post, later replies are ignored&lt;BR /&gt;Please open a new thread and refer to the closed one, if you have a related question at a later point in time.&lt;BR /&gt;-------------------------------------------------------------------------------&lt;/P&gt;</description>
      <pubDate>Thu, 05 Aug 2021 07:21:19 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Wireless-MCU/KW38-HCI-Timeout-on-Pairing-Request/m-p/1318784#M11578</guid>
      <dc:creator>nxf56274</dc:creator>
      <dc:date>2021-08-05T07:21:19Z</dc:date>
    </item>
    <item>
      <title>Re: KW38 - HCI Timeout on Pairing Request</title>
      <link>https://community.nxp.com/t5/Wireless-MCU/KW38-HCI-Timeout-on-Pairing-Request/m-p/1318793#M11580</link>
      <description>&lt;P&gt;Thanks for the suggestion. It might take me a day or two to try this out but I will come back with the results.&lt;/P&gt;&lt;P&gt;Thanks and Regards,&lt;/P&gt;&lt;P&gt;Jeftha&lt;/P&gt;</description>
      <pubDate>Thu, 05 Aug 2021 07:30:37 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Wireless-MCU/KW38-HCI-Timeout-on-Pairing-Request/m-p/1318793#M11580</guid>
      <dc:creator>jefthadsilva</dc:creator>
      <dc:date>2021-08-05T07:30:37Z</dc:date>
    </item>
    <item>
      <title>Re: KW38 - HCI Timeout on Pairing Request</title>
      <link>https://community.nxp.com/t5/Wireless-MCU/KW38-HCI-Timeout-on-Pairing-Request/m-p/1320893#M11622</link>
      <description>&lt;P&gt;HI,&lt;/P&gt;&lt;P&gt;We were able to get our hands on the KW38 eval board. So I will use the temperature_collector example and will put my code in the "temperature_collector.c" and will check the results. Will let you know how it goes.&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Jeftha&lt;/P&gt;</description>
      <pubDate>Tue, 10 Aug 2021 07:37:42 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Wireless-MCU/KW38-HCI-Timeout-on-Pairing-Request/m-p/1320893#M11622</guid>
      <dc:creator>jefthadsilva</dc:creator>
      <dc:date>2021-08-10T07:37:42Z</dc:date>
    </item>
    <item>
      <title>Re: KW38 - HCI Timeout on Pairing Request</title>
      <link>https://community.nxp.com/t5/Wireless-MCU/KW38-HCI-Timeout-on-Pairing-Request/m-p/1323719#M11662</link>
      <description>&lt;P&gt;With the KW38 Eval board (with MCUXpresso IDE) acting as the Central and our Custom hardware working as the Peripheral we see the same observation.&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;Used the temp_collec example with the modifications you suggested to connect to the Peripheral. Connection is established but then when Pairing is initiated, we see the same timeout.&lt;/LI&gt;&lt;LI&gt;Used my custom Central application on the Eval Board and I see the same issue again.&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;Is it possible to get logs of the Stack in MCUXpresso IDE for EVB to see what is going on inside?&lt;/P&gt;</description>
      <pubDate>Mon, 16 Aug 2021 06:33:10 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Wireless-MCU/KW38-HCI-Timeout-on-Pairing-Request/m-p/1323719#M11662</guid>
      <dc:creator>jefthadsilva</dc:creator>
      <dc:date>2021-08-16T06:33:10Z</dc:date>
    </item>
    <item>
      <title>Re: KW38 - HCI Timeout on Pairing Request</title>
      <link>https://community.nxp.com/t5/Wireless-MCU/KW38-HCI-Timeout-on-Pairing-Request/m-p/1323778#M11667</link>
      <description>&lt;P&gt;The ble lib is invisible to us. So it's hard to get the information. The last way to try to find out the problem is&amp;nbsp; using the Test tool. Use another board flashed with the fsci_black_box. The test tool provides the hci interface and it has the log about the hci commander.&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="abcde.PNG" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/152951i62BEB4D1C8F6B281/image-size/medium?v=v2&amp;amp;px=400" role="button" title="abcde.PNG" alt="abcde.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt; &lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="asc.PNG" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/152952i013524D0677A6343/image-size/medium?v=v2&amp;amp;px=400" role="button" title="asc.PNG" alt="asc.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;Use this to control the device acting as the central. And check the log. This may help us.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 16 Aug 2021 07:42:51 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Wireless-MCU/KW38-HCI-Timeout-on-Pairing-Request/m-p/1323778#M11667</guid>
      <dc:creator>nxf56274</dc:creator>
      <dc:date>2021-08-16T07:42:51Z</dc:date>
    </item>
    <item>
      <title>Re: KW38 - HCI Timeout on Pairing Request</title>
      <link>https://community.nxp.com/t5/Wireless-MCU/KW38-HCI-Timeout-on-Pairing-Request/m-p/1325214#M11755</link>
      <description>&lt;P&gt;You'd better buy a ble sniffer. Analyzing the packet is more efficient.&lt;/P&gt;</description>
      <pubDate>Wed, 18 Aug 2021 06:20:15 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Wireless-MCU/KW38-HCI-Timeout-on-Pairing-Request/m-p/1325214#M11755</guid>
      <dc:creator>nxf56274</dc:creator>
      <dc:date>2021-08-18T06:20:15Z</dc:date>
    </item>
    <item>
      <title>Re: KW38 - HCI Timeout on Pairing Request</title>
      <link>https://community.nxp.com/t5/Wireless-MCU/KW38-HCI-Timeout-on-Pairing-Request/m-p/1334560#M11907</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;We were finally able to root cause the issue. The issue was due to a watchdog timer in our code. The BLE_APP task was taking more than 40ms during pairing operation. This was happening when SecLib code was executed on the request of the BLE Host stack. Since the watchdog task could not get a chance to execute it would reset the system, causing HCI timeout on the other device.&amp;nbsp;&lt;/P&gt;&lt;P&gt;This was a little tricky to debug because if a debugger is connected then the watchdog gets disabled and the issue was not seen.&lt;/P&gt;&lt;P&gt;Your suggestion of running the code in EVM helped us during root causing the issue.&lt;/P&gt;&lt;P&gt;We have now moved the BLE App task to execute in the background so that the Watchdog can interrupt it. And now pairing works fine.&lt;/P&gt;&lt;P&gt;Thanks a lot for your support.&lt;/P&gt;</description>
      <pubDate>Fri, 03 Sep 2021 05:52:37 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Wireless-MCU/KW38-HCI-Timeout-on-Pairing-Request/m-p/1334560#M11907</guid>
      <dc:creator>jefthadsilva</dc:creator>
      <dc:date>2021-09-03T05:52:37Z</dc:date>
    </item>
  </channel>
</rss>

