Bluno General Arduino

bluno beetle faster disconnect Gatt connection

userHead kesser 2018-06-22 03:02:50 1159 Views0 Replies
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:
Code: Select all
mBluetoothGatt.disconnect();
            mBluetoothGatt.close();
Bluno code is from example.
Why is the link (green led lights) up for few seconds (2-3) after gatt connection from app has been closed?