Hi everyone,
i did a test about the relay function as below:
Can anybody tell me why the message can't relay to the next node?
Thanks
Hi everyone,
i did a test about the relay function as below:
Can anybody tell me why the message can't relay to the next node?
Thanks
Hi,
Which Mesh SDK are you using? and which nRF device?
Can you provide me with more info about your test environment?
Is there any other bluetooth devices around when you are doing the test?
Yes, maybe just one or two, and i think that isn't the reason of this.
The relay functionality should be enabled by default, have you modified the example? Can you check if m_relay_enable is set to true?
HI, Mttrinh. Is so sorry that i can't find out the m_relay_enable in the code.So i am not sure that. Could you tell me where is the m_relay_enable?
By the way, could you please do the test as i describes
My mistake, sorry for the confusion.
Could you have a look at the handle_config_relay_set() function? The bool is enabled here: .params.relay_set.enabled = (p_pdu->relay_state == CONFIG_RELAY_STATE_SUPPORTED_ENABLED).
Yes, I will try testing it here. Is the examples unmodified?
My mistake, sorry for the confusion.
Could you have a look at the handle_config_relay_set() function? The bool is enabled here: .params.relay_set.enabled = (p_pdu->relay_state == CONFIG_RELAY_STATE_SUPPORTED_ENABLED).
Yes, I will try testing it here. Is the examples unmodified?
yes, i have found out the .params.relay_set.enabled = (p_pdu->relay_state == CONFIG_RELAY_STATE_SUPPORTED_ENABLED). and i never modify it.