<?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: Question about RAS transfer handling in app_localization vs app_localization_algo in MCUXpresso SDK</title>
    <link>https://community.nxp.com/t5/MCUXpresso-SDK/Question-about-RAS-transfer-handling-in-app-localization-vs-app/m-p/2381878#M5512</link>
    <description>&lt;P&gt;Hi,&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/263723"&gt;@t_hosomi&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks for creating case to us.&lt;/P&gt;
&lt;P&gt;Please allow me some time, I will check your detailed info and reply to you ASAP.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Best regards,&lt;/P&gt;
&lt;P&gt;Christine.&lt;/P&gt;</description>
    <pubDate>Tue, 16 Jun 2026 10:32:27 GMT</pubDate>
    <dc:creator>Christine_Li</dc:creator>
    <dc:date>2026-06-16T10:32:27Z</dc:date>
    <item>
      <title>Question about RAS transfer handling in app_localization vs app_localization_algo</title>
      <link>https://community.nxp.com/t5/MCUXpresso-SDK/Question-about-RAS-transfer-handling-in-app-localization-vs-app/m-p/2380647#M5511</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I am currently trying to use Channel Sounding on KW47, and I have been referring to the MCUXpresso SDK Documentation – Bluetooth Low Energy Channel Sounding Application Developers Guide. However, I am unsure whether it is necessary to implement the Ranging Service (RAS), so I would like to ask for your clarification.&lt;BR /&gt;Specifically, regarding the app_localization_algo common module, the document states:&lt;/P&gt;&lt;P&gt;"The app_localization_algo module is responsible for unpacking the data resulted from the CS Procedure and the RAS transfer. The module then passes it to the distance measurement algorithm to obtain the distance in meters, which is then communicated to the application."&lt;BR /&gt;"There is no other direct interaction between the application and this module. Its APIs are mostly used by the app_localization module."&lt;/P&gt;&lt;P&gt;Based on this description, I would like to clarify the following point regarding RAS transfer:&lt;/P&gt;&lt;P&gt;Is the RAS transfer automatically configured and handled within the app_localization module?&lt;BR /&gt;Or is app_localization only interacting with the app_localization_algo module, and for RAS transfer we need to separately implement it using the RAS APIs?&lt;/P&gt;&lt;P&gt;In other words, should the application rely entirely on app_localization for both CS procedure handling and RAS transfer, or is explicit integration of the RAS API required at the application level?&lt;BR /&gt;For reference, the relevant documentation page is:&lt;BR /&gt;&lt;A href="https://mcuxpresso.nxp.com/mcuxsdk/26.03.00/html/middleware/wireless/bluetooth/doc/Bluetooth%20Low%20Energy%20Channel%20Sounding%20Application%20Developers%20Guide/topics/application_common_modules.html#app-localization-algo-common-module" target="_blank" rel="noopener"&gt;https://mcuxpresso.nxp.com/mcuxsdk/26.03.00/html/middleware/wireless/bluetooth/doc/Bluetooth%20Low%20Energy%20Channel%20Sounding%20Application%20Developers%20Guide/topics/application_common_modules.html#app-localization-algo-common-module&lt;/A&gt;&lt;BR /&gt;I would appreciate your clarification.&lt;BR /&gt;Best regards,&lt;/P&gt;</description>
      <pubDate>Fri, 12 Jun 2026 08:23:34 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MCUXpresso-SDK/Question-about-RAS-transfer-handling-in-app-localization-vs-app/m-p/2380647#M5511</guid>
      <dc:creator>t_hosomi</dc:creator>
      <dc:date>2026-06-12T08:23:34Z</dc:date>
    </item>
    <item>
      <title>Re: Question about RAS transfer handling in app_localization vs app_localization_algo</title>
      <link>https://community.nxp.com/t5/MCUXpresso-SDK/Question-about-RAS-transfer-handling-in-app-localization-vs-app/m-p/2381878#M5512</link>
      <description>&lt;P&gt;Hi,&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/263723"&gt;@t_hosomi&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks for creating case to us.&lt;/P&gt;
&lt;P&gt;Please allow me some time, I will check your detailed info and reply to you ASAP.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Best regards,&lt;/P&gt;
&lt;P&gt;Christine.&lt;/P&gt;</description>
      <pubDate>Tue, 16 Jun 2026 10:32:27 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MCUXpresso-SDK/Question-about-RAS-transfer-handling-in-app-localization-vs-app/m-p/2381878#M5512</guid>
      <dc:creator>Christine_Li</dc:creator>
      <dc:date>2026-06-16T10:32:27Z</dc:date>
    </item>
    <item>
      <title>Re: Question about RAS transfer handling in app_localization vs app_localization_algo</title>
      <link>https://community.nxp.com/t5/MCUXpresso-SDK/Question-about-RAS-transfer-handling-in-app-localization-vs-app/m-p/2382451#M5513</link>
      <description>&lt;P&gt;Hi,&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/263723"&gt;@t_hosomi&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks for your patience and detailed info.&lt;/P&gt;
&lt;P&gt;Please see below for my answer:&lt;/P&gt;
&lt;P&gt;As you can see in the link you provided,&amp;nbsp;RAS stands for Ranger Service. It is a separate service.&amp;nbsp; `app_localization` actually calls the RAS profile interface to transfer data.&lt;/P&gt;
&lt;P&gt;You can think of `app_localization` as part of the application code. RAS is called here, and also in other general application code. We recommend using `app_localization`.&lt;/P&gt;
&lt;P&gt;`app_localization` implements the transfer of client-server (CS) data via RAS.&lt;/P&gt;
&lt;P&gt;However, the application layer still needs to call basic interfaces, such as subscribing to profiles, enabling notifications, or indicators.&lt;/P&gt;
&lt;P&gt;Please let me know whether is clear for you.&lt;/P&gt;
&lt;P&gt;Best regards,&lt;/P&gt;
&lt;P&gt;Christine.&lt;/P&gt;</description>
      <pubDate>Wed, 17 Jun 2026 10:01:51 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MCUXpresso-SDK/Question-about-RAS-transfer-handling-in-app-localization-vs-app/m-p/2382451#M5513</guid>
      <dc:creator>Christine_Li</dc:creator>
      <dc:date>2026-06-17T10:01:51Z</dc:date>
    </item>
  </channel>
</rss>

