<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="https://devzone.nordicsemi.com/cfs-file/__key/system/syndication/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Channel Sounding RAS RREQ and RRSP at the same time</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/121560/channel-sounding-ras-rreq-and-rrsp-at-the-same-time</link><description>Testing with NCS 3.0.1 and nRF54L15-DK. I would like my devices to be able to work as channel sounding initiator as well as reflector role. In my own code I have integrated the code from samples channel_sounding_ras_initiator and channel_sounding_ras_reflector</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Tue, 27 May 2025 07:52:04 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/121560/channel-sounding-ras-rreq-and-rrsp-at-the-same-time" /><item><title>RE: Channel Sounding RAS RREQ and RRSP at the same time</title><link>https://devzone.nordicsemi.com/thread/537070?ContentTypeID=1</link><pubDate>Tue, 27 May 2025 07:52:04 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:ce15166f-33a4-477d-b8d6-40ffc97f3fe1</guid><dc:creator>Simonr</dc:creator><description>&lt;p&gt;Hi&lt;/p&gt;
&lt;p&gt;This does indeed seem feasible to me, what exactly are you missing in your application now, and are there further action points from our side? The warnings seem to refer to you trying to enable notifications but that not being enabled on the peer side. I don&amp;#39;t think you need to implement notifications here.&lt;/p&gt;
&lt;p&gt;Best regards,&lt;/p&gt;
&lt;p&gt;Simon&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Channel Sounding RAS RREQ and RRSP at the same time</title><link>https://devzone.nordicsemi.com/thread/536920?ContentTypeID=1</link><pubDate>Mon, 26 May 2025 12:04:44 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:8470ba7f-f4fc-4c96-a4e4-c1a405e37178</guid><dc:creator>Bruno Randolf</dc:creator><description>&lt;p&gt;Hi Simon! Yes, thank you! That fix helps to get the sample running. When I activate CONFIG_BT_RAS_RRSP_AUTO_ALLOC_INSTANCE=y I get some warnings, but it still works:&lt;/p&gt;
&lt;p&gt;&lt;span style="font-family:monospace;"&gt;&lt;span style="background-color:#ffffff;color:#000000;"&gt;W: Peer is not subscribed to status characteristic. &lt;/span&gt;&lt;br /&gt;W: Notify overwritten failed: -22&lt;br /&gt; &lt;br /&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;I assume that has to do with the GATT ranging roles you mentioned. &lt;/p&gt;
&lt;p&gt;My use case is that I would like to be able to do CS between any two devices on demand, which means for one device the role is not fixed to initiator or reflector but it should be able to do both. I am not doing this in parallel or on the same link. It&amp;#39;s more like device A could be initiator and then device B should be reflector. Or in an other moment B could be the initiator and A the reflector. Do you think that is feasible? It seems we are close...&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Channel Sounding RAS RREQ and RRSP at the same time</title><link>https://devzone.nordicsemi.com/thread/536695?ContentTypeID=1</link><pubDate>Fri, 23 May 2025 06:10:03 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:249cbe6f-4007-4d34-b3a5-234ac62815df</guid><dc:creator>Simonr</dc:creator><description>&lt;p&gt;Hi&lt;/p&gt;
&lt;p&gt;If you add&lt;a href="https://github.com/nrfconnect/sdk-nrf/pull/22467"&gt; this fix t&lt;/a&gt;o the sample, you should be able to get the samples to work with both &lt;strong&gt;RAS_RRSP&lt;/strong&gt; and &lt;strong&gt;RAS_RREQ&lt;/strong&gt; configs.&lt;/p&gt;
&lt;p&gt;Best regards,&lt;/p&gt;
&lt;p&gt;Simon&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Channel Sounding RAS RREQ and RRSP at the same time</title><link>https://devzone.nordicsemi.com/thread/536627?ContentTypeID=1</link><pubDate>Thu, 22 May 2025 12:54:15 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:96cdf0a6-1e7e-417b-8d3b-0f1b88f2662e</guid><dc:creator>Simonr</dc:creator><description>&lt;p&gt;Hi Bruno&lt;/p&gt;
&lt;p&gt;Hmm, okay. It seems like we need to take a step back here. What exactly is your use case here? Are you using&amp;nbsp;just one device as both reflector and initiator on a single link at the same time? If so, that is outside of the Bluetooth specification and won&amp;#39;t be possible. However, multilink configurations should be possible, and one device should be able to be initiator on one link and reflector on the other, but note that the ranging roles (GATT) are unrelated to this.&lt;/p&gt;
&lt;p&gt;How many devices are you working with here, and what is the goal with channel sounding here?&lt;/p&gt;
&lt;p&gt;Best regards,&lt;/p&gt;
&lt;p&gt;Simon&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Channel Sounding RAS RREQ and RRSP at the same time</title><link>https://devzone.nordicsemi.com/thread/536410?ContentTypeID=1</link><pubDate>Wed, 21 May 2025 11:24:54 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:01987ddf-33b9-4c54-8c4f-f0cce63a1110</guid><dc:creator>Bruno Randolf</dc:creator><description>&lt;p&gt;CONFIG_MAIN_STACK_SIZE=8192 doesn&amp;#39;t fix it, and no I didn&amp;#39;t make any other changes to the sample.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Channel Sounding RAS RREQ and RRSP at the same time</title><link>https://devzone.nordicsemi.com/thread/536202?ContentTypeID=1</link><pubDate>Tue, 20 May 2025 12:33:27 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:6e88a1c9-ee88-4572-ac37-0b162e42cfa7</guid><dc:creator>Simonr</dc:creator><description>&lt;p&gt;Hi&lt;/p&gt;
&lt;p&gt;Can you try increasing the&amp;nbsp;&lt;span&gt;CONFIG_MAIN_STACK_SIZE to make more room for the buffers, as the error seems to be due to the buffer not being large enough for the ranging operation to take place here. Also, do you not make any changes to the main file here, only add those two configs to reproduce the issue?&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;Best regards,&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;Simon&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Channel Sounding RAS RREQ and RRSP at the same time</title><link>https://devzone.nordicsemi.com/thread/535943?ContentTypeID=1</link><pubDate>Mon, 19 May 2025 10:14:25 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:5d469611-9d63-4a5d-9247-82695c454640</guid><dc:creator>Maria Gilje</dc:creator><description>&lt;p&gt;Hello, &lt;/p&gt;
&lt;p&gt;Our Channel Sounding expert is away today and will address this case when he is back (tomorrow or wednesday). Thank you for your patience.&lt;/p&gt;
&lt;p&gt;Best regards,&lt;/p&gt;
&lt;p&gt;Maria&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>