<?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: Numeric Comparison Method Implementation Issue</title>
    <link>https://community.nxp.com/t5/Wireless-MCU/Numeric-Comparison-Method-Implementation-Issue/m-p/1393243#M12640</link>
    <description>&lt;P&gt;Application - IoT ToolBox&lt;/P&gt;&lt;P&gt;Software - MCUXpresso (Like we need to verify the key from the Device(Frdm-kw38) end also right) , I belive we do this verification in the IDE itself&lt;/P&gt;</description>
    <pubDate>Thu, 30 Dec 2021 06:47:18 GMT</pubDate>
    <dc:creator>Javad_Baig</dc:creator>
    <dc:date>2021-12-30T06:47:18Z</dc:date>
    <item>
      <title>Numeric Comparison Method Implementation Issue</title>
      <link>https://community.nxp.com/t5/Wireless-MCU/Numeric-Comparison-Method-Implementation-Issue/m-p/1392294#M12608</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;I am trying to Implement Number Comparison bluetooth method with MITM protection, as per the Numeric comparison method&amp;nbsp;when pairing is initiated 6digit key should appear at the both end(mobile and device end) which is generated by RNG, when I am trying to connect I am not getting the 6 digit key and also pairing is not happening below are the changes which I had made in the wireless_uart code(BM) for pairing parameter&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Javad_Baig_0-1640614451952.png" style="width: 507px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/166299iB84C7304F0FD518B/image-dimensions/507x174?v=v2" width="507" height="174" role="button" title="Javad_Baig_0-1640614451952.png" alt="Javad_Baig_0-1640614451952.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have enabled the bonding and pairing info like below&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Javad_Baig_1-1640614568183.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/166300i441AA61B61738B68/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Javad_Baig_1-1640614568183.png" alt="Javad_Baig_1-1640614568183.png" /&gt;&lt;/span&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Note :- I am using KW38 Controller and wireless uart BM example code&lt;/P&gt;&lt;P&gt;Kindly let me know what other changes are required which I have missed here, and also is it possible to get the bonded paired information. Kindly revert back the earliest&lt;/P&gt;&lt;P&gt;Thanks&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 27 Dec 2021 14:24:27 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Wireless-MCU/Numeric-Comparison-Method-Implementation-Issue/m-p/1392294#M12608</guid>
      <dc:creator>Javad_Baig</dc:creator>
      <dc:date>2021-12-27T14:24:27Z</dc:date>
    </item>
    <item>
      <title>Re: Numeric Comparison Method Implementation Issue</title>
      <link>https://community.nxp.com/t5/Wireless-MCU/Numeric-Comparison-Method-Implementation-Issue/m-p/1392583#M12615</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/188389"&gt;@Javad_Baig&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;please change the IO capabilities to displayYesNo,&lt;/P&gt;
&lt;P&gt;gPairingParameters.localIoCapabilities = gIoDisplayYesNo_c;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You can use&amp;nbsp;Gap_LoadKeys() to read bonded info.&lt;/P&gt;</description>
      <pubDate>Tue, 28 Dec 2021 08:24:00 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Wireless-MCU/Numeric-Comparison-Method-Implementation-Issue/m-p/1392583#M12615</guid>
      <dc:creator>xing_chang</dc:creator>
      <dc:date>2021-12-28T08:24:00Z</dc:date>
    </item>
    <item>
      <title>Re: Numeric Comparison Method Implementation Issue</title>
      <link>https://community.nxp.com/t5/Wireless-MCU/Numeric-Comparison-Method-Implementation-Issue/m-p/1392676#M12618</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/115218"&gt;@xing_chang&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;Thank you for your response,&amp;nbsp;I changed the localIoCapabilites parameter to&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;gPairingParameters.localIoCapabilities = gIoDisplayYesNo_c;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;again when I try to connect with Device it is showing &lt;STRONG&gt;"pair"&lt;/STRONG&gt; option &lt;STRONG&gt;without displaying 6digit key generated from RNG,&amp;nbsp;&lt;/STRONG&gt;and also I tried looking for the variable which stores the key generated by RNG in the device end I couldn't able to find it.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Please again look in to the configuration which I shared in the previous post and let me know if any further changes are required for Numeric Comparison Method&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have attached a screenshot for the same, her I have changed the device name to 012345, when I try to connect with this device directly it is asking for pairing option without displaying 6-digit number&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 28 Dec 2021 13:52:29 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Wireless-MCU/Numeric-Comparison-Method-Implementation-Issue/m-p/1392676#M12618</guid>
      <dc:creator>Javad_Baig</dc:creator>
      <dc:date>2021-12-28T13:52:29Z</dc:date>
    </item>
    <item>
      <title>Re: Numeric Comparison Method Implementation Issue</title>
      <link>https://community.nxp.com/t5/Wireless-MCU/Numeric-Comparison-Method-Implementation-Issue/m-p/1392771#M12622</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/188389"&gt;@Javad_Baig&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You need to press "PAIR" first, then the 6digit key is shown.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="e8e5fc2d8fcec2dabd0581552bc652c.jpg" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/166390i1EA47C37747CB442/image-size/medium?v=v2&amp;amp;px=400" role="button" title="e8e5fc2d8fcec2dabd0581552bc652c.jpg" alt="e8e5fc2d8fcec2dabd0581552bc652c.jpg" /&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="4c0f644ed021f4158f5f3ad274bc58d.jpg" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/166391i63F9EBE2EFB45664/image-size/medium?v=v2&amp;amp;px=400" role="button" title="4c0f644ed021f4158f5f3ad274bc58d.jpg" alt="4c0f644ed021f4158f5f3ad274bc58d.jpg" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt; &lt;/P&gt;</description>
      <pubDate>Wed, 29 Dec 2021 01:11:41 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Wireless-MCU/Numeric-Comparison-Method-Implementation-Issue/m-p/1392771#M12622</guid>
      <dc:creator>xing_chang</dc:creator>
      <dc:date>2021-12-29T01:11:41Z</dc:date>
    </item>
    <item>
      <title>Re: Numeric Comparison Method Implementation Issue</title>
      <link>https://community.nxp.com/t5/Wireless-MCU/Numeric-Comparison-Method-Implementation-Issue/m-p/1392848#M12623</link>
      <description>&lt;P&gt;Hello &lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/115218"&gt;@xing_chang&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;Thanks for the reply, for me after click on "Pair", status is showing as connected, I am not getting that 6digits&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Connected_Status.jpg" style="width: 185px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/166401i4B44B1F98C96D71C/image-dimensions/185x400?v=v2" width="185" height="400" role="button" title="Connected_Status.jpg" alt="Connected_Status.jpg" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Pair_IoT Toolbox.jpg" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/166400iDBD627F01D7E481C/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Pair_IoT Toolbox.jpg" alt="Pair_IoT Toolbox.jpg" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;</description>
      <pubDate>Wed, 29 Dec 2021 04:04:24 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Wireless-MCU/Numeric-Comparison-Method-Implementation-Issue/m-p/1392848#M12623</guid>
      <dc:creator>Javad_Baig</dc:creator>
      <dc:date>2021-12-29T04:04:24Z</dc:date>
    </item>
    <item>
      <title>Re: Numeric Comparison Method Implementation Issue</title>
      <link>https://community.nxp.com/t5/Wireless-MCU/Numeric-Comparison-Method-Implementation-Issue/m-p/1392885#M12625</link>
      <description>&lt;P&gt;This is my test environment:&lt;/P&gt;
&lt;P&gt;SDK:&amp;nbsp;SDK_2_6_14_FRDM-KW38&lt;/P&gt;
&lt;P&gt;Phone: Huawei Mate40E&lt;/P&gt;
&lt;P&gt;Attach the modified files.&lt;/P&gt;</description>
      <pubDate>Wed, 29 Dec 2021 06:05:12 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Wireless-MCU/Numeric-Comparison-Method-Implementation-Issue/m-p/1392885#M12625</guid>
      <dc:creator>xing_chang</dc:creator>
      <dc:date>2021-12-29T06:05:12Z</dc:date>
    </item>
    <item>
      <title>Re: Numeric Comparison Method Implementation Issue</title>
      <link>https://community.nxp.com/t5/Wireless-MCU/Numeric-Comparison-Method-Implementation-Issue/m-p/1392891#M12626</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;On my side, gIoDisplayYesNo_C and gIoKeyboardDisplay_C both work fine, maybe it's the phone causes the different behavior.&lt;/P&gt;</description>
      <pubDate>Wed, 29 Dec 2021 06:27:44 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Wireless-MCU/Numeric-Comparison-Method-Implementation-Issue/m-p/1392891#M12626</guid>
      <dc:creator>xing_chang</dc:creator>
      <dc:date>2021-12-29T06:27:44Z</dc:date>
    </item>
    <item>
      <title>Re: Numeric Comparison Method Implementation Issue</title>
      <link>https://community.nxp.com/t5/Wireless-MCU/Numeric-Comparison-Method-Implementation-Issue/m-p/1392957#M12627</link>
      <description>&lt;P&gt;Hello,&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/115218"&gt;@xing_chang&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I compared your file and did the same changes as yours, still it is the same. When I click on "Pair" it will get connected automatically without displaying 6 digits.&lt;/P&gt;&lt;P&gt;&amp;nbsp;I am using Samsung A30s Phone.&lt;/P&gt;&lt;P&gt;and also can you tell me which variable holds the 6digit key in the software end so that I can debug and check.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Wed, 29 Dec 2021 08:23:30 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Wireless-MCU/Numeric-Comparison-Method-Implementation-Issue/m-p/1392957#M12627</guid>
      <dc:creator>Javad_Baig</dc:creator>
      <dc:date>2021-12-29T08:23:30Z</dc:date>
    </item>
    <item>
      <title>Re: Numeric Comparison Method Implementation Issue</title>
      <link>https://community.nxp.com/t5/Wireless-MCU/Numeric-Comparison-Method-Implementation-Issue/m-p/1393009#M12629</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/188389"&gt;@Javad_Baig&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;In the Core spec 5.0, there is a table as follows, the phone as initiator with KeyboardDisplay, and KW38 as responder with DisplayYesNo or KeyboardDisplay, it should be Passkey Entry or Numeric Comparison, I don't why it is Just Works on your side. Could you capture some air log?&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="xing_chang_0-1640771178644.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/166440i0F5B02E74CEC4E55/image-size/medium?v=v2&amp;amp;px=400" role="button" title="xing_chang_0-1640771178644.png" alt="xing_chang_0-1640771178644.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="xing_chang_1-1640771217960.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/166441i46FE5BC1AA708E33/image-size/medium?v=v2&amp;amp;px=400" role="button" title="xing_chang_1-1640771217960.png" alt="xing_chang_1-1640771217960.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 29 Dec 2021 09:56:36 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Wireless-MCU/Numeric-Comparison-Method-Implementation-Issue/m-p/1393009#M12629</guid>
      <dc:creator>xing_chang</dc:creator>
      <dc:date>2021-12-29T09:56:36Z</dc:date>
    </item>
    <item>
      <title>Re: Numeric Comparison Method Implementation Issue</title>
      <link>https://community.nxp.com/t5/Wireless-MCU/Numeric-Comparison-Method-Implementation-Issue/m-p/1393016#M12630</link>
      <description>&lt;P&gt;Hi,&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/115218"&gt;@xing_chang&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Can you please tell me how to capture the airlog, since I am not aware of it and also can you please tell me the variable which holds 6 digit key so that I can put that in watch window&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Wed, 29 Dec 2021 10:12:52 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Wireless-MCU/Numeric-Comparison-Method-Implementation-Issue/m-p/1393016#M12630</guid>
      <dc:creator>Javad_Baig</dc:creator>
      <dc:date>2021-12-29T10:12:52Z</dc:date>
    </item>
    <item>
      <title>Re: Numeric Comparison Method Implementation Issue</title>
      <link>https://community.nxp.com/t5/Wireless-MCU/Numeric-Comparison-Method-Implementation-Issue/m-p/1393036#M12631</link>
      <description>&lt;P&gt;You need a sniffer to capture the log, like this&amp;nbsp;&lt;A href="https://www.ellisys.com/products/btr1/index.php" target="_blank"&gt;Ellisys - Bluetooth Tracker - Bluetooth Low Energy and WiFI Protocol Analyzer&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;In the event below, you can print the Numeric value.&lt;/P&gt;
&lt;P&gt;case gConnEvtLeScDisplayNumericValue_c:&lt;BR /&gt;{&lt;BR /&gt;(void)Serial_Print(gAppSerMgrIf, "gConnEvtLeScDisplayNumericValue_c: ", gAllowToBlock_d);&lt;BR /&gt;(void)Serial_PrintDec(gAppSerMgrIf, pConnectionEvent-&amp;gt;eventData.numericValueForDisplay);&lt;BR /&gt;(void)Serial_Print(gAppSerMgrIf, "\n\r", gAllowToBlock_d);&lt;BR /&gt;}&lt;BR /&gt;break;&lt;/P&gt;</description>
      <pubDate>Wed, 29 Dec 2021 11:12:10 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Wireless-MCU/Numeric-Comparison-Method-Implementation-Issue/m-p/1393036#M12631</guid>
      <dc:creator>xing_chang</dc:creator>
      <dc:date>2021-12-29T11:12:10Z</dc:date>
    </item>
    <item>
      <title>Re: Numeric Comparison Method Implementation Issue</title>
      <link>https://community.nxp.com/t5/Wireless-MCU/Numeric-Comparison-Method-Implementation-Issue/m-p/1393039#M12632</link>
      <description>&lt;P&gt;Hello,&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/115218"&gt;@xing_chang&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I dont have a sniffer tool to capture the log. Is there any alternative way to resolve this issue?&lt;/P&gt;</description>
      <pubDate>Wed, 29 Dec 2021 11:18:13 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Wireless-MCU/Numeric-Comparison-Method-Implementation-Issue/m-p/1393039#M12632</guid>
      <dc:creator>Javad_Baig</dc:creator>
      <dc:date>2021-12-29T11:18:13Z</dc:date>
    </item>
    <item>
      <title>Re: Numeric Comparison Method Implementation Issue</title>
      <link>https://community.nxp.com/t5/Wireless-MCU/Numeric-Comparison-Method-Implementation-Issue/m-p/1393146#M12634</link>
      <description>&lt;P&gt;if&amp;nbsp;&lt;SPAN&gt;gIoKeyboardDisplay_C&amp;nbsp;is ok, you can use this configuration.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 30 Dec 2021 01:12:26 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Wireless-MCU/Numeric-Comparison-Method-Implementation-Issue/m-p/1393146#M12634</guid>
      <dc:creator>xing_chang</dc:creator>
      <dc:date>2021-12-30T01:12:26Z</dc:date>
    </item>
    <item>
      <title>Re: Numeric Comparison Method Implementation Issue</title>
      <link>https://community.nxp.com/t5/Wireless-MCU/Numeric-Comparison-Method-Implementation-Issue/m-p/1393231#M12638</link>
      <description>&lt;P&gt;Hello,&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/115218"&gt;@xing_chang&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks alot now I am getting the passkey in the Application.&lt;/P&gt;&lt;P&gt;since the confirmation of the value also need to be verify from the Software(not in Application) end to make the pairing happen. Is there any way to automatically simulate this confirmation in the software end ? or how to confirm it in the MCUXpresso(Software) side?&lt;/P&gt;</description>
      <pubDate>Thu, 30 Dec 2021 06:16:36 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Wireless-MCU/Numeric-Comparison-Method-Implementation-Issue/m-p/1393231#M12638</guid>
      <dc:creator>Javad_Baig</dc:creator>
      <dc:date>2021-12-30T06:16:36Z</dc:date>
    </item>
    <item>
      <title>Re: Numeric Comparison Method Implementation Issue</title>
      <link>https://community.nxp.com/t5/Wireless-MCU/Numeric-Comparison-Method-Implementation-Issue/m-p/1393237#M12639</link>
      <description>&lt;P&gt;Sorry, I don't understand, what is&amp;nbsp;&lt;SPAN&gt;Software? what is Application?&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 30 Dec 2021 06:32:23 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Wireless-MCU/Numeric-Comparison-Method-Implementation-Issue/m-p/1393237#M12639</guid>
      <dc:creator>xing_chang</dc:creator>
      <dc:date>2021-12-30T06:32:23Z</dc:date>
    </item>
    <item>
      <title>Re: Numeric Comparison Method Implementation Issue</title>
      <link>https://community.nxp.com/t5/Wireless-MCU/Numeric-Comparison-Method-Implementation-Issue/m-p/1393243#M12640</link>
      <description>&lt;P&gt;Application - IoT ToolBox&lt;/P&gt;&lt;P&gt;Software - MCUXpresso (Like we need to verify the key from the Device(Frdm-kw38) end also right) , I belive we do this verification in the IDE itself&lt;/P&gt;</description>
      <pubDate>Thu, 30 Dec 2021 06:47:18 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Wireless-MCU/Numeric-Comparison-Method-Implementation-Issue/m-p/1393243#M12640</guid>
      <dc:creator>Javad_Baig</dc:creator>
      <dc:date>2021-12-30T06:47:18Z</dc:date>
    </item>
    <item>
      <title>Re: Numeric Comparison Method Implementation Issue</title>
      <link>https://community.nxp.com/t5/Wireless-MCU/Numeric-Comparison-Method-Implementation-Issue/m-p/1393250#M12641</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/188389"&gt;@Javad_Baig&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;You can add some code here to display numbers and wait for keyboard to confirm.&lt;/P&gt;
&lt;LI-CODE lang="c"&gt;        case gConnEvtLeScDisplayNumericValue_c:
        {
            (void) pConnectionEvent-&amp;gt;eventData.numericValueForDisplay;
            /* Display on a screen for user confirmation then validate/invalidate based on value. */
            (void)Gap_LeScValidateNumericValue(peerDeviceId, TRUE);
        }
        break;&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 30 Dec 2021 06:59:03 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Wireless-MCU/Numeric-Comparison-Method-Implementation-Issue/m-p/1393250#M12641</guid>
      <dc:creator>xing_chang</dc:creator>
      <dc:date>2021-12-30T06:59:03Z</dc:date>
    </item>
    <item>
      <title>Re: Numeric Comparison Method Implementation Issue</title>
      <link>https://community.nxp.com/t5/Wireless-MCU/Numeric-Comparison-Method-Implementation-Issue/m-p/1393355#M12644</link>
      <description>&lt;P&gt;Hello,@xing_chang&lt;/P&gt;&lt;P&gt;Okay will do the changes and check, Thanks for the your support. Advance Happy New Year 2022&lt;/P&gt;</description>
      <pubDate>Thu, 30 Dec 2021 13:09:27 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Wireless-MCU/Numeric-Comparison-Method-Implementation-Issue/m-p/1393355#M12644</guid>
      <dc:creator>Javad_Baig</dc:creator>
      <dc:date>2021-12-30T13:09:27Z</dc:date>
    </item>
  </channel>
</rss>

