<?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: How to get connection status? in Wireless MCU</title>
    <link>https://community.nxp.com/t5/Wireless-MCU/How-to-get-connection-status/m-p/1327029#M11784</link>
    <description>&lt;P&gt;Hi &lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/167590"&gt;@tedwu1&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;Please look at the next API&lt;/P&gt;&lt;P&gt;app_gap_le_create_conn_req_cmp_evt_handler&lt;/P&gt;&lt;P&gt;This could help you to know if the connection has been established, also be sure that if the device disconnects you will receive a disconnect reason.&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Mario&lt;/P&gt;</description>
    <pubDate>Fri, 20 Aug 2021 15:55:19 GMT</pubDate>
    <dc:creator>mario_castaneda</dc:creator>
    <dc:date>2021-08-20T15:55:19Z</dc:date>
    <item>
      <title>How to get connection status?</title>
      <link>https://community.nxp.com/t5/Wireless-MCU/How-to-get-connection-status/m-p/1326787#M11778</link>
      <description>&lt;P&gt;Hi Friend,&lt;/P&gt;&lt;P&gt;I used the MCU of Qn902X and SDK 1.4.0. My device is peripheral role. Did SDK have any function to get connection status?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you in advance.&lt;/P&gt;&lt;P&gt;Ted Wu&lt;/P&gt;</description>
      <pubDate>Fri, 20 Aug 2021 08:20:27 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Wireless-MCU/How-to-get-connection-status/m-p/1326787#M11778</guid>
      <dc:creator>tedwu1</dc:creator>
      <dc:date>2021-08-20T08:20:27Z</dc:date>
    </item>
    <item>
      <title>Re: How to get connection status?</title>
      <link>https://community.nxp.com/t5/Wireless-MCU/How-to-get-connection-status/m-p/1327029#M11784</link>
      <description>&lt;P&gt;Hi &lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/167590"&gt;@tedwu1&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;Please look at the next API&lt;/P&gt;&lt;P&gt;app_gap_le_create_conn_req_cmp_evt_handler&lt;/P&gt;&lt;P&gt;This could help you to know if the connection has been established, also be sure that if the device disconnects you will receive a disconnect reason.&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Mario&lt;/P&gt;</description>
      <pubDate>Fri, 20 Aug 2021 15:55:19 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Wireless-MCU/How-to-get-connection-status/m-p/1327029#M11784</guid>
      <dc:creator>mario_castaneda</dc:creator>
      <dc:date>2021-08-20T15:55:19Z</dc:date>
    </item>
    <item>
      <title>Re: How to get connection status?</title>
      <link>https://community.nxp.com/t5/Wireless-MCU/How-to-get-connection-status/m-p/1327668#M11797</link>
      <description>&lt;P&gt;Hi Mario,&lt;/P&gt;&lt;P&gt;Thank you very much.&lt;/P&gt;&lt;P&gt;Another question, I used SDK 1.4.0 of prj_qpps. I use the library of qn9020b2_lib_peripheral_v40.lib. I changed some defines at usr_config.h. My iphone cannot connect to the device (use prj_qpps) if I defined the parameter of CFG_32K_RCO. Please see the log file of define_CFG_32K_RCO.&amp;nbsp;My iphone connects to the device (use prj_qpps) correctly if I undefined the parameter of CFG_32K_RCO. Please see the log file of undefine_CFG_32K_RCO. My target doesn't have 32KHz crystal. We use 32K RC. Modify the parameters as follows. Could you guide me how to solve?&lt;/P&gt;&lt;P&gt;Thank you very much.&lt;/P&gt;&lt;P&gt;#define CFG_9020_B2&lt;/P&gt;&lt;P&gt;#define CFG_9021_MINIDK&lt;/P&gt;&lt;P&gt;// #define CFG_DC_DC&lt;/P&gt;&lt;P&gt;#define CFG_32K_RCO&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 23 Aug 2021 09:32:44 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Wireless-MCU/How-to-get-connection-status/m-p/1327668#M11797</guid>
      <dc:creator>tedwu1</dc:creator>
      <dc:date>2021-08-23T09:32:44Z</dc:date>
    </item>
    <item>
      <title>Re: How to get connection status?</title>
      <link>https://community.nxp.com/t5/Wireless-MCU/How-to-get-connection-status/m-p/1327993#M11806</link>
      <description>&lt;P&gt;Hi &lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/167590"&gt;@tedwu1&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;Please use the lib file for the Bluetooth LE 4.2 version.&lt;/P&gt;
&lt;P&gt;For example: "C:\NXP\QN902x_SDK_1.4.0\Projects\BLE\src\lib\keil\qn9020b4_lib_peripheral_v42.lib"&lt;/P&gt;
&lt;P&gt;What is the DCDC setup that you have on your question board?&lt;/P&gt;
&lt;P&gt;Also, what is the sleep mode that you are setting?&lt;/P&gt;
&lt;P&gt;Regards,&lt;/P&gt;
&lt;P&gt;Mario&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 23 Aug 2021 19:56:57 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Wireless-MCU/How-to-get-connection-status/m-p/1327993#M11806</guid>
      <dc:creator>mario_castaneda</dc:creator>
      <dc:date>2021-08-23T19:56:57Z</dc:date>
    </item>
  </channel>
</rss>

