I connected to the device with BLE, conn handler is 0 and it is sending data. I disconnected, I reconnected, conn handler is 1, it cannot send data. I disconnected again, I reconnected, conn handle is 0, it is still sending data. So when the conn handler is 1 it cannot send data, but when it is 0 it can send data. How can I solve the problem?