I use the LED onoff example of the Nordic BLE Mesh template (Version : 5.0), using two nodes (One Client, One Server). The nodes are already Provisioned.
I want to know why the Client node sends Get function (generic_onoff_client_get) to the Server node once and receives two response packets from the server?
If it is sent twice, can it be adjusted to send it once? How to modify it?