Reset the priority on unbond
Change-Id: I67b68bd70b947177218e0b908b79ebb9de9f45a8
This commit is contained in:
committed by
Matthew Xie
parent
b45e3c8fe9
commit
c70f548355
@@ -117,6 +117,11 @@ final class PanProfile implements LocalBluetoothProfile {
|
||||
// ignore: isPreferred is always true for PAN
|
||||
}
|
||||
|
||||
public void setUnbonded(BluetoothDevice device)
|
||||
{
|
||||
// ignore: PAN profile cannot be disabled
|
||||
}
|
||||
|
||||
public String toString() {
|
||||
return NAME;
|
||||
}
|
||||
|
Reference in New Issue
Block a user