<?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: QN9080: Gap_Authorize() returns gBleFeatureNotSupported_c in Wireless MCU</title>
    <link>https://community.nxp.com/t5/Wireless-MCU/QN9080-Gap-Authorize-returns-gBleFeatureNotSupported-c/m-p/790032#M4951</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Are there any updates?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 26 Sep 2018 15:29:14 GMT</pubDate>
    <dc:creator>maxasaulov</dc:creator>
    <dc:date>2018-09-26T15:29:14Z</dc:date>
    <item>
      <title>QN9080: Gap_Authorize() returns gBleFeatureNotSupported_c</title>
      <link>https://community.nxp.com/t5/Wireless-MCU/QN9080-Gap-Authorize-returns-gBleFeatureNotSupported-c/m-p/790029#M4948</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="color: #51626f; background-color: #ffffff; border: 0px;"&gt;Issue 1: Working on a project I was planning to use&amp;nbsp;Gap_Authorize() API from gap_interface.h . Unfortunately, it always returns&amp;nbsp;gBleFeatureNotSupported_c. I've checked the disassembly and it looks like this API is not implemented?&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #51626f; background-color: #ffffff; border: 0px;"&gt;&amp;gt;&amp;nbsp;&lt;/SPAN&gt;arm-none-eabi-objdump -S libs/lib_ble_5-0_host_cm4.a | grep Gap_Authorize -B 3 -A&amp;nbsp; 3&lt;/P&gt;&lt;PRE class="language-none line-numbers"&gt;&lt;CODE&gt;5e: bf00 nop
...

Disassembly of section .text.InternalGap_Authorize:

00000000 &amp;lt;InternalGap_Authorize&amp;gt;:
0: 2004 movs r0, #4
2: 4770 bx lr

--
2a: bd08 pop {r3, pc}
...

Disassembly of section .text.Gap_Authorize:

00000000 &amp;lt;Gap_Authorize&amp;gt;:
0: f7ff bffe b.w 0 &amp;lt;InternalGap_Authorize&amp;gt;

Disassembly of section .text.Gap_SaveCccd:&lt;SPAN class="line-numbers-rows"&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;SPAN style="color: #51626f; background-color: #ffffff; border: 0px;"&gt;Gap_Authorize calls InternalGap_Authorize.&amp;nbsp;&lt;SPAN&gt;InternalGap_Authorize&lt;/SPAN&gt;&amp;nbsp;just copies 4 (code of&amp;nbsp;&lt;SPAN&gt;gBleFeatureNotSupported_c) to register and returns.&amp;nbsp;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #51626f; background-color: #ffffff; border: 0px;"&gt;&lt;SPAN&gt;Question: &lt;STRONG&gt;Is there any plans to include this API into next SDK release?&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #51626f; background-color: #ffffff; border: 0px;"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background-color: #ffffff; font-weight: 400;"&gt;Issue 2:&amp;nbsp;With whitelist feature enabled it's not possible to connect device after bonding (device doesn't accept connection requests from a mobile phone). I've prepared a project for QN9080 DK to demonstrate this. I thought&amp;nbsp;that it was related to the mobile phone using a random address, so I've checked that IRK is being distributed from the phone during pairing\bonding. And I wasn't able to find info how to use whitelist feature with a random address&amp;nbsp;in the documentation (and it looks from&amp;nbsp;Link Layer Privacy Core Specification 4.2 [Vol 6, Part B], section 6.2.1 it should be possible )&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #51626f; background-color: #ffffff; border: 0px;"&gt;Platform: QN9080&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #51626f; background-color: #ffffff; border: 0px;"&gt;SDK: SDK_2.x_QN908XCDK (SDK version 2.2.0)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #51626f; background-color: #ffffff; border: 0px;"&gt;IDE: mcuxpressoide-10.2.0&lt;/SPAN&gt;&lt;BR style="color: #51626f; background-color: #ffffff;" /&gt;&lt;SPAN style="color: #51626f; background-color: #ffffff; border: 0px;"&gt;System : Ubuntu 18.04&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #51626f; background-color: #ffffff;"&gt;Regards,&lt;/SPAN&gt;&lt;BR style="color: #51626f; background-color: #ffffff;" /&gt;&lt;SPAN style="color: #51626f; background-color: #ffffff;"&gt;Max.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Aug 2018 10:48:25 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Wireless-MCU/QN9080-Gap-Authorize-returns-gBleFeatureNotSupported-c/m-p/790029#M4948</guid>
      <dc:creator>maxasaulov</dc:creator>
      <dc:date>2018-08-15T10:48:25Z</dc:date>
    </item>
    <item>
      <title>Re: QN9080: Gap_Authorize() returns gBleFeatureNotSupported_c</title>
      <link>https://community.nxp.com/t5/Wireless-MCU/QN9080-Gap-Authorize-returns-gBleFeatureNotSupported-c/m-p/790030#M4949</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Could you please help me uploading the files you mention again ? There seems to be an issue with them and I'm not able to check them&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&amp;nbsp;&lt;/P&gt;&lt;P&gt;Estephania&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 Aug 2018 19:55:48 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Wireless-MCU/QN9080-Gap-Authorize-returns-gBleFeatureNotSupported-c/m-p/790030#M4949</guid>
      <dc:creator>stephanie_m</dc:creator>
      <dc:date>2018-08-17T19:55:48Z</dc:date>
    </item>
    <item>
      <title>Re: QN9080: Gap_Authorize() returns gBleFeatureNotSupported_c</title>
      <link>https://community.nxp.com/t5/Wireless-MCU/QN9080-Gap-Authorize-returns-gBleFeatureNotSupported-c/m-p/790031#M4950</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Estephania,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It seems that files have somehow vanished from my post. I've uploaded them to gdrive&amp;nbsp;&lt;A class="link-titled" href="https://drive.google.com/open?id=1WDOfLife9yKc2L8XenjraNx0ryH6XBxe" title="https://drive.google.com/open?id=1WDOfLife9yKc2L8XenjraNx0ryH6XBxe"&gt;https://drive.google.com/open?id=1WDOfLife9yKc2L8XenjraNx0ryH6XBxe&lt;/A&gt;&amp;nbsp;(SHA1 5205e8e6ef08df086348d06b271aabf02878c56d)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;BR /&gt;Max.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 Aug 2018 10:54:34 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Wireless-MCU/QN9080-Gap-Authorize-returns-gBleFeatureNotSupported-c/m-p/790031#M4950</guid>
      <dc:creator>maxasaulov</dc:creator>
      <dc:date>2018-08-20T10:54:34Z</dc:date>
    </item>
    <item>
      <title>Re: QN9080: Gap_Authorize() returns gBleFeatureNotSupported_c</title>
      <link>https://community.nxp.com/t5/Wireless-MCU/QN9080-Gap-Authorize-returns-gBleFeatureNotSupported-c/m-p/790032#M4951</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Are there any updates?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Sep 2018 15:29:14 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Wireless-MCU/QN9080-Gap-Authorize-returns-gBleFeatureNotSupported-c/m-p/790032#M4951</guid>
      <dc:creator>maxasaulov</dc:creator>
      <dc:date>2018-09-26T15:29:14Z</dc:date>
    </item>
    <item>
      <title>Re: QN9080: Gap_Authorize() returns gBleFeatureNotSupported_c</title>
      <link>https://community.nxp.com/t5/Wireless-MCU/QN9080-Gap-Authorize-returns-gBleFeatureNotSupported-c/m-p/790033#M4952</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The&amp;nbsp;issue was reported and checked, it should be in the last release and if was not, it will be added in the next one.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regarding the other issue, by any chance have you tried with the HID examples?&amp;nbsp;I believe you will find they seem to be working correctly there.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&amp;nbsp;&lt;/P&gt;&lt;P&gt;Estephania&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 Oct 2018 14:29:43 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Wireless-MCU/QN9080-Gap-Authorize-returns-gBleFeatureNotSupported-c/m-p/790033#M4952</guid>
      <dc:creator>stephanie_m</dc:creator>
      <dc:date>2018-10-10T14:29:43Z</dc:date>
    </item>
  </channel>
</rss>

