How does the mesh message go if a node public message to the address of itself?

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?
 
Thank you in advance.
Best regards,
Shawn
Related