<?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: Gap_PeriodicAdvCreateSync() returns gBleFeatureNotSupported_c on K32W148 MCU</title>
    <link>https://community.nxp.com/t5/Wireless-MCU/Gap-PeriodicAdvCreateSync-returns-gBleFeatureNotSupported-c-on/m-p/2118230#M19795</link>
    <description>&lt;P&gt;As a developer using the K32W148 MCU (or MCX-W71). How can I know which feature is supported and not?&lt;BR /&gt;Is there documentation that explains supported BLE features on a given SDK version?&lt;/P&gt;</description>
    <pubDate>Wed, 18 Jun 2025 04:40:41 GMT</pubDate>
    <dc:creator>Jagadeep</dc:creator>
    <dc:date>2025-06-18T04:40:41Z</dc:date>
    <item>
      <title>Gap_PeriodicAdvCreateSync() returns gBleFeatureNotSupported_c on K32W148 MCU</title>
      <link>https://community.nxp.com/t5/Wireless-MCU/Gap-PeriodicAdvCreateSync-returns-gBleFeatureNotSupported-c-on/m-p/2115032#M19779</link>
      <description>&lt;P&gt;Gap_PeriodicAdvCreateSync() returns gBleFeatureNotSupported_c on K32W148 MCU.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Hardware/ EVK: K32w148 EVK&lt;/P&gt;&lt;P&gt;SDK:&amp;nbsp;SDK_24_12_00_K32W148-EVK&lt;/P&gt;&lt;P&gt;BLE Lib:&amp;nbsp; &amp;nbsp;SDK_24_12_00_K32W148-EVK\middleware\wireless\bluetooth\host\lib\lib_ble_OPT_host_central_cm33_gcc.a&lt;/P&gt;&lt;P&gt;IDE: MCUXpresso&lt;/P&gt;&lt;P&gt;Example:&amp;nbsp;k32w148evk_adv_ext_central_bm&lt;/P&gt;&lt;P&gt;I'm running the example and trying to create a periodic sync on a BLE Central.&lt;/P&gt;&lt;P&gt;I can perform the scanning of extended advertisements. But I'm unable to create a Periodic sync of the extended advertisement. The function returns "gBleFeatureNotSupported_c" upon calling the&amp;nbsp;Gap_PeriodicAdvCreateSync().&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;This is blocking my development. Please let me know what libraries and configurations I should select to get the Periodic Sync Advertisements working.&lt;/P&gt;</description>
      <pubDate>Thu, 12 Jun 2025 06:12:00 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Wireless-MCU/Gap-PeriodicAdvCreateSync-returns-gBleFeatureNotSupported-c-on/m-p/2115032#M19779</guid>
      <dc:creator>Jagadeep</dc:creator>
      <dc:date>2025-06-12T06:12:00Z</dc:date>
    </item>
    <item>
      <title>Re: Gap_PeriodicAdvCreateSync() returns gBleFeatureNotSupported_c on K32W148 MCU</title>
      <link>https://community.nxp.com/t5/Wireless-MCU/Gap-PeriodicAdvCreateSync-returns-gBleFeatureNotSupported-c-on/m-p/2115040#M19780</link>
      <description>&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="PA_Sync_error.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/342611i1B98628B3EA5F671/image-size/medium?v=v2&amp;amp;px=400" role="button" title="PA_Sync_error.png" alt="PA_Sync_error.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt; Please find the screen shot where the return type shows&amp;nbsp;gBleFeatureNotSupported_c&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 12 Jun 2025 06:23:09 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Wireless-MCU/Gap-PeriodicAdvCreateSync-returns-gBleFeatureNotSupported-c-on/m-p/2115040#M19780</guid>
      <dc:creator>Jagadeep</dc:creator>
      <dc:date>2025-06-12T06:23:09Z</dc:date>
    </item>
    <item>
      <title>Re: Gap_PeriodicAdvCreateSync() returns gBleFeatureNotSupported_c on K32W148 MCU</title>
      <link>https://community.nxp.com/t5/Wireless-MCU/Gap-PeriodicAdvCreateSync-returns-gBleFeatureNotSupported-c-on/m-p/2117912#M19792</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/249615"&gt;@Jagadeep&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;It looks like this feature is not supported on the version of the SDK you are using.&lt;/P&gt;
&lt;P&gt;To have this feature working, you need to use the latest SDK v25.03.00.&lt;/P&gt;
&lt;P&gt;Unfortunately, this SDK version is not supported on K32W148 as this device is starting to be depreciated and be replaced by the MCX-W71.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The &lt;A href="https://www.nxp.com/products/MCX-W71X" target="_self"&gt;MCX-W71&lt;/A&gt; is 99% similar to the K32W148 and is fully supported. I strongly suggest you to move to this device.&lt;/P&gt;
&lt;P&gt;On this device, you will need to follow the instruction shared in the following documentation link:&amp;nbsp;&lt;A href="https://mcuxpresso.nxp.com/mcuxsdk/latest/html/middleware/wireless/bluetooth/doc/Bluetooth%20Low%20Energy%20Demo%20Applications%20Users%20Guide/topics/bluetooth_le_stack_and_demo_applications.html#low-power-extended-advertising-peripheral-and-central" target="_blank"&gt;https://mcuxpresso.nxp.com/mcuxsdk/latest/html/middleware/wireless/bluetooth/doc/Bluetooth%20Low%20Energy%20Demo%20Applications%20Users%20Guide/topics/bluetooth_le_stack_and_demo_applications.html#low-power-extended-advertising-peripheral-and-central&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Regards,&lt;BR /&gt;Alex&lt;/P&gt;</description>
      <pubDate>Tue, 17 Jun 2025 15:59:58 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Wireless-MCU/Gap-PeriodicAdvCreateSync-returns-gBleFeatureNotSupported-c-on/m-p/2117912#M19792</guid>
      <dc:creator>Alexandre_Moulinet</dc:creator>
      <dc:date>2025-06-17T15:59:58Z</dc:date>
    </item>
    <item>
      <title>Re: Gap_PeriodicAdvCreateSync() returns gBleFeatureNotSupported_c on K32W148 MCU</title>
      <link>https://community.nxp.com/t5/Wireless-MCU/Gap-PeriodicAdvCreateSync-returns-gBleFeatureNotSupported-c-on/m-p/2118230#M19795</link>
      <description>&lt;P&gt;As a developer using the K32W148 MCU (or MCX-W71). How can I know which feature is supported and not?&lt;BR /&gt;Is there documentation that explains supported BLE features on a given SDK version?&lt;/P&gt;</description>
      <pubDate>Wed, 18 Jun 2025 04:40:41 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Wireless-MCU/Gap-PeriodicAdvCreateSync-returns-gBleFeatureNotSupported-c-on/m-p/2118230#M19795</guid>
      <dc:creator>Jagadeep</dc:creator>
      <dc:date>2025-06-18T04:40:41Z</dc:date>
    </item>
    <item>
      <title>Re: Gap_PeriodicAdvCreateSync() returns gBleFeatureNotSupported_c on K32W148 MCU</title>
      <link>https://community.nxp.com/t5/Wireless-MCU/Gap-PeriodicAdvCreateSync-returns-gBleFeatureNotSupported-c-on/m-p/2118417#M19796</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/249615"&gt;@Jagadeep&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;Absoluytely. You can check what is available on the Release Note for each version of SDK you are looking at.&lt;/P&gt;
&lt;P&gt;On previous versions of SDKs, the RN was delivered as part of the SDK archive.&lt;/P&gt;
&lt;P&gt;Now we have migrated to a new SDK structure (using CMake, west &amp;amp; KConfig), the documentation is online.&lt;/P&gt;
&lt;P&gt;You can go to the&amp;nbsp;&lt;A href="https://mcuxpresso.nxp.com/mcuxsdk/latest/html/index.html" target="_blank" rel="noopener"&gt;https://mcuxpresso.nxp.com/mcuxsdk/latest/html/index.html&lt;/A&gt;&amp;nbsp; , navigate through the various version on the bottom left and go to the Release Note section:&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Alexandre_Moulinet_0-1750236610223.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/343521i5594AB4AC2B85056/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Alexandre_Moulinet_0-1750236610223.png" alt="Alexandre_Moulinet_0-1750236610223.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Alexandre_Moulinet_1-1750236653570.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/343522iBEE5CD6B99B9E4F2/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Alexandre_Moulinet_1-1750236653570.png" alt="Alexandre_Moulinet_1-1750236653570.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;To complete my previous answer, if you really need to have the PAWR feature on the K32W148, you can take the MCX-W71 SDK (latest version) and apply it to your project or extract the files you want. As long as you are not using the CAN interface which is only available on MCX-W71, everything will work flawlessly.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I hope you find this useful.&lt;/P&gt;
&lt;P&gt;Regards,&lt;BR /&gt;Alex&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 18 Jun 2025 09:14:15 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Wireless-MCU/Gap-PeriodicAdvCreateSync-returns-gBleFeatureNotSupported-c-on/m-p/2118417#M19796</guid>
      <dc:creator>Alexandre_Moulinet</dc:creator>
      <dc:date>2025-06-18T09:14:15Z</dc:date>
    </item>
  </channel>
</rss>

