<?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>How does the mesh message go if a node public message to the address of itself?</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/125702/how-does-the-mesh-message-go-if-a-node-public-message-to-the-address-of-itself</link><description>Hi, 
 for example: 
 
 uint16_t addr = bt_mesh_primary_addr (); 
 
 
 
 struct bt_mesh_msg_ctx ctx = { 
 . addr = addr; 
 }; 
 ... 
 
 
 bt_mesh_lightness_cli_light_set_unack 
 
 will this message over the air or be handled by itself not over the air</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Fri, 21 Nov 2025 07:10:34 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/125702/how-does-the-mesh-message-go-if-a-node-public-message-to-the-address-of-itself" /><item><title>RE: How does the mesh message go if a node public message to the address of itself?</title><link>https://devzone.nordicsemi.com/thread/554988?ContentTypeID=1</link><pubDate>Fri, 21 Nov 2025 07:10:34 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:e00c94d4-eed8-49ca-b5b8-fef426f0498b</guid><dc:creator>ShawnL</dc:creator><description>&lt;p&gt;Very clear.&lt;br /&gt;Thank you.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How does the mesh message go if a node public message to the address of itself?</title><link>https://devzone.nordicsemi.com/thread/554940?ContentTypeID=1</link><pubDate>Thu, 20 Nov 2025 15:30:10 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:81165593-a0d7-4863-8fb0-8c906d061e6c</guid><dc:creator>tesc</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
[quote user="SeanLUO"]But the messages that are addressed to a unicast address on the other node(target node) will be sent to the air and will be relayed by the other nodes(relay nodes) in the same mesh network, am I right?[/quote]
&lt;p&gt;For the most part, yes.&lt;/p&gt;
&lt;p&gt;There are other messages which could be held back, namely messages for connected GATT devices (if the node is a GATT proxy), and messages for LPNs in a current friendship (if the node is a Friend node). Such messages are delivered over GATT bearer in a connection event (for GATT proxy), or over ADV bearer in a poll event (for Friend).&lt;/p&gt;
&lt;p&gt;For relays, those will also time out if TTL gets exhausted.&lt;/p&gt;
&lt;p&gt;Apart from that, messages would be sent over-the-air.&lt;/p&gt;
&lt;p&gt;Regards,&lt;br /&gt;Terje&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How does the mesh message go if a node public message to the address of itself?</title><link>https://devzone.nordicsemi.com/thread/554929?ContentTypeID=1</link><pubDate>Thu, 20 Nov 2025 14:46:43 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:457955a1-2539-4f0e-8ae2-be0b9913a44a</guid><dc:creator>Omkar Kulkarni</dc:creator><description>&lt;p&gt;Yes. It is implemented exactly as per specification. See:&amp;nbsp;&lt;a href="https://www.bluetooth.com/specifications/specs/html/?src=MshPRT_v1.1/out/en/index-en.html#UUID-e526affc-e131-135e-36bf-12c41f9ddff8"&gt;https://www.bluetooth.com/specifications/specs/html/?src=MshPRT_v1.1/out/en/index-en.html#UUID-e526affc-e131-135e-36bf-12c41f9ddff8&lt;/a&gt;&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How does the mesh message go if a node public message to the address of itself?</title><link>https://devzone.nordicsemi.com/thread/554860?ContentTypeID=1</link><pubDate>Thu, 20 Nov 2025 07:46:42 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:f2201026-6d95-450a-86c7-b76f93512942</guid><dc:creator>ShawnL</dc:creator><description>&lt;p&gt;OK, got it, the messages that are addressed to a unicast address on the node itself will not be sent to the air.&lt;/p&gt;
&lt;p&gt;But the messages that are addressed to a unicast address on the other node(target node) will be sent to the air and will be relayed by the other nodes(relay nodes) in the same mesh network, am I right?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How does the mesh message go if a node public message to the address of itself?</title><link>https://devzone.nordicsemi.com/thread/554800?ContentTypeID=1</link><pubDate>Wed, 19 Nov 2025 13:45:13 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:a734bb7a-2a1b-4c36-a7ea-08b51c4d5822</guid><dc:creator>tesc</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;The network layer will neither transmit nor relay messages that are addressed to a unicast address on the node itself. This includes messages originating on the same node, and it also holds for messages over the GATT bearer; messages will not be relayed if they are addressed to elements on the node itself.&lt;/p&gt;
&lt;p&gt;Regards,&lt;br /&gt;Terje&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>