Hi,
I am usingmethod to close the connection between devices. Here the state of QBluetoothSocket changed fromQBluetoothSocket::close()toQBluetoothSocket::ConnectedState, but devices are are still remain in connected state.QBluetoothSocket::UnconnectedState
I even tried usingandQBluetoothSocket::abort(), how ever in both the cases my application crashes.QBluetoothSocket::disconnectFromService()
How could I disconnect the two devices connected through Bluetooth.
Any ideas on this issue.
Thanks...



