showError("Your device doesn't support bluetooth.");
}
if (connectionType == 1) {
removeCommand(COMMAND_OK);
new BluetoothConnectionServer(mid, playerName.getString());
} else {
new BluetoothConnectionClient(mid, this, playerName.getString(),
stopSearch.isSelected(0)).startSearching();
}