Forum >bluno beetle faster disconnect Gatt connection
bluno beetle faster disconnect Gatt connection

I need a very fast bluno realise for another connection. I comunicate with bluno with my android app - send char to bluno and get answer. It seems that bluno keeps linking up for few seconds and becomes invisible for other devices but android app in logs shows diconnected method has been finished:
Why is the link (green led lights) up for few seconds (2-3) after gatt connection from app has been closed?
Code: Select all
Bluno code is from example.mBluetoothGatt.disconnect(); mBluetoothGatt.close();
Why is the link (green led lights) up for few seconds (2-3) after gatt connection from app has been closed?