This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts
This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

why case BLE_GAP_EVT_DISCONNECTED: is not triggering?

in android program i disconnect from my gat with this code

while(isconnected){
            mbluetoothGatt.disconnect();
            Log.d(TAG, "Disconnecttodevice: ");
        }
        mbluetoothGatt.close();
        Log.d(TAG, "close the gatt connection: ");

why the event BLE_GAP_EVT_DISCONNECTED: is not trigering it sometimes triger but most of the time its not trigering

Parents Reply Children
No Data
Related