There is a BLE server that has a service is indicate and write. I am developing a BLE client. This client subscribes that service and writes 5 byte data. After the writing proccess done, service indicates 5 bytes responce. But after that immediatly idnicates 0 Length data. That means my device unsubscribed the service. After that client disconnect from server and the reason is timeout (0x08). When i try the same proccess on NRF CONNECT MOBILE everything is fine. What is the difference ?