<?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: Initiate multiple BLE connections using QN9080 in Wireless MCU</title>
    <link>https://community.nxp.com/t5/Wireless-MCU/Initiate-multiple-BLE-connections-using-QN9080/m-p/926691#M7041</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Could you please share with me the list of commands you are sending ? In the order you are using as well, this&amp;nbsp; it's for me to identify the complete process you are following. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Estephania&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 12 Jul 2019 20:58:17 GMT</pubDate>
    <dc:creator>stephanie_m</dc:creator>
    <dc:date>2019-07-12T20:58:17Z</dc:date>
    <item>
      <title>Initiate multiple BLE connections using QN9080</title>
      <link>https://community.nxp.com/t5/Wireless-MCU/Initiate-multiple-BLE-connections-using-QN9080/m-p/926686#M7036</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am currently trying to connect to multiple known BLE Devices with my QN9080 running the FSCI Black Box (UART). We would like to avoid scanning for already known devices and connect them directly if they are on.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I tried saving my devices' addresses in the QN9080's whitelist then sending a single GAP Connect command with the Filter Policy flag. I'm getting an HCI error (Command 0x200D disallowed) and only one of the two devices saved in my whitelist is connected (even though both are on). &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Am I missing something with the Whitelist ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Emilien.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 02 Jul 2019 13:05:00 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Wireless-MCU/Initiate-multiple-BLE-connections-using-QN9080/m-p/926686#M7036</guid>
      <dc:creator>emilien_wingert</dc:creator>
      <dc:date>2019-07-02T13:05:00Z</dc:date>
    </item>
    <item>
      <title>Re: Initiate multiple BLE connections using QN9080</title>
      <link>https://community.nxp.com/t5/Wireless-MCU/Initiate-multiple-BLE-connections-using-QN9080/m-p/926687#M7037</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Which API are you using to add the devices to your white list ? How are you confirming that your both addresses are already on the whitelist ? Are both of the addresses static ? are you using some kind of bonding as well or just the whitelisting ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards, &lt;BR /&gt;Estephania&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Jul 2019 14:52:14 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Wireless-MCU/Initiate-multiple-BLE-connections-using-QN9080/m-p/926687#M7037</guid>
      <dc:creator>stephanie_m</dc:creator>
      <dc:date>2019-07-03T14:52:14Z</dc:date>
    </item>
    <item>
      <title>Re: Initiate multiple BLE connections using QN9080</title>
      <link>https://community.nxp.com/t5/Wireless-MCU/Initiate-multiple-BLE-connections-using-QN9080/m-p/926688#M7038</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm only sending GAPAddDeviceToWhitelist fsci commands to the QN9080 with the addresses of my BLE devices.&lt;/P&gt;&lt;P&gt;As for confirming that they are really added, I ran a whitelist scan and both showed up. Indeed, for my tests, the addresses are static. I am not using any bonding neither.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My initial purpose was to avoid scanning whitelisted devices, but this is the solution I'm using now.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 Jul 2019 08:07:38 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Wireless-MCU/Initiate-multiple-BLE-connections-using-QN9080/m-p/926688#M7038</guid>
      <dc:creator>emilien_wingert</dc:creator>
      <dc:date>2019-07-04T08:07:38Z</dc:date>
    </item>
    <item>
      <title>Re: Initiate multiple BLE connections using QN9080</title>
      <link>https://community.nxp.com/t5/Wireless-MCU/Initiate-multiple-BLE-connections-using-QN9080/m-p/926689#M7039</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can try verifying that you have the maximum connection set i more than 1 ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE class="language-c line-numbers"&gt;&lt;CODE&gt;&lt;SPAN class="comment token"&gt;/*! Number of maximum connections supported at application level. Do not modify this
    directly. Redefine it in app_preinclude.h if the application supports multiple
    connections */&lt;/SPAN&gt;
&lt;SPAN class="property macro token"&gt;#ifndef gAppMaxConnections_c&lt;/SPAN&gt;
&lt;SPAN class="property macro token"&gt;#define gAppMaxConnections_c     1&lt;/SPAN&gt;
&lt;SPAN class="property macro token"&gt;#endif&lt;/SPAN&gt;&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;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Estephania&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 08 Jul 2019 16:21:11 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Wireless-MCU/Initiate-multiple-BLE-connections-using-QN9080/m-p/926689#M7039</guid>
      <dc:creator>stephanie_m</dc:creator>
      <dc:date>2019-07-08T16:21:11Z</dc:date>
    </item>
    <item>
      <title>Re: Initiate multiple BLE connections using QN9080</title>
      <link>https://community.nxp.com/t5/Wireless-MCU/Initiate-multiple-BLE-connections-using-QN9080/m-p/926690#M7040</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This macro is already set to 8 in my project.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Emilien&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Jul 2019 06:56:54 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Wireless-MCU/Initiate-multiple-BLE-connections-using-QN9080/m-p/926690#M7040</guid>
      <dc:creator>emilien_wingert</dc:creator>
      <dc:date>2019-07-09T06:56:54Z</dc:date>
    </item>
    <item>
      <title>Re: Initiate multiple BLE connections using QN9080</title>
      <link>https://community.nxp.com/t5/Wireless-MCU/Initiate-multiple-BLE-connections-using-QN9080/m-p/926691#M7041</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Could you please share with me the list of commands you are sending ? In the order you are using as well, this&amp;nbsp; it's for me to identify the complete process you are following. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Estephania&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 Jul 2019 20:58:17 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Wireless-MCU/Initiate-multiple-BLE-connections-using-QN9080/m-p/926691#M7041</guid>
      <dc:creator>stephanie_m</dc:creator>
      <dc:date>2019-07-12T20:58:17Z</dc:date>
    </item>
  </channel>
</rss>

