Add BNEP_SVC UUID for incoming tethering connections.
Change-Id: I90c24edfd133ac9fa89c3467383cd61fa23954c6
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user