Add BNEP_SVC UUID for incoming tethering connections.

Change-Id: I90c24edfd133ac9fa89c3467383cd61fa23954c6
This commit is contained in:
Jaikumar Ganesh
2010-08-23 18:32:03 -07:00
parent 8d920850c8
commit 34536183f4
2 changed files with 9 additions and 3 deletions

View File

@@ -644,7 +644,7 @@ class BluetoothEventLoop {
} else {
Log.i(TAG, "Rejecting incoming HID connection from " + address);
}
} else if (BluetoothUuid.isNAP(uuid)){
} else if (BluetoothUuid.isBnep(uuid) || BluetoothUuid.isNap(uuid)){
authorized = true;
} else {
Log.i(TAG, "Rejecting incoming " + deviceUuid + " connection from " + address);