Skip to content
This repository has been archived by the owner on May 11, 2020. It is now read-only.

Commit

Permalink
Nothing
Browse files Browse the repository at this point in the history
  • Loading branch information
akexorcist committed Mar 20, 2014
1 parent ae01ec2 commit 96d838f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion project.properties
Expand Up @@ -11,4 +11,4 @@
#proguard.config=${sdk.dir}/tools/proguard/proguard-android.txt:proguard-project.txt

# Project target.
target=android-17
target=android-19
Expand Up @@ -280,9 +280,11 @@ public AcceptThread(boolean secure) {
// Create a new listening server socket
try {
if (secure) {
Log.e("Check", "Secure - Name : " + NAME_SECURE + "\nUUID : " + MY_UUID_SECURE);
tmp = mAdapter.listenUsingRfcommWithServiceRecord(NAME_SECURE,
MY_UUID_SECURE);
} else {
Log.e("Check", "Insecure - Name : " + NAME_SECURE + "\nUUID : " + MY_UUID_SECURE);
tmp = mAdapter.listenUsingInsecureRfcommWithServiceRecord(
NAME_INSECURE, MY_UUID_INSECURE);
}
Expand Down

0 comments on commit 96d838f

Please sign in to comment.