Resolve bluetooth hidden API usages

Bug: 143245666
Test: build
Change-Id: Idadf84873c88155382c48bb9108cf28d88aaef0a
This commit is contained in:
William Escande
2022-02-08 15:33:16 +01:00
parent b2ac9d5c9f
commit 4a5c128624
3 changed files with 4 additions and 4 deletions

View File

@@ -435,7 +435,7 @@ public class BluetoothPairingController implements OnCheckedChangeListener,
*/
public void onCancel() {
Log.d(TAG, "Pairing dialog canceled");
mDevice.cancelPairing();
mDevice.cancelBondProcess();
}
/**