Board: custom board Mesh SDK: V1.0.0 Softdevice: S132 IDE: SEGGER Embedded BLE: nrf52832
When I test the steps specified by “Interactive PyACI”, I can control client send message to server by this commond
"d[0].send(PacketSend(8, 0x0001, 15, 1, 0, "Hello world"))",
but if i want control server send message to client , What am I supposed to do?