Loading framework/java/android/bluetooth/BluetoothDevice.java +1 −1 Original line number Original line Diff line number Diff line Loading @@ -1335,7 +1335,7 @@ public final class BluetoothDevice implements Parcelable { * @throws IllegalArgumentException if an invalid transport was specified * @throws IllegalArgumentException if an invalid transport was specified * @hide * @hide */ */ @UnsupportedAppUsage @SystemApi @RequiresPermission(Manifest.permission.BLUETOOTH_ADMIN) @RequiresPermission(Manifest.permission.BLUETOOTH_ADMIN) public boolean createBond(int transport) { public boolean createBond(int transport) { return createBondInternal(transport, null, null); return createBondInternal(transport, null, null); Loading Loading
framework/java/android/bluetooth/BluetoothDevice.java +1 −1 Original line number Original line Diff line number Diff line Loading @@ -1335,7 +1335,7 @@ public final class BluetoothDevice implements Parcelable { * @throws IllegalArgumentException if an invalid transport was specified * @throws IllegalArgumentException if an invalid transport was specified * @hide * @hide */ */ @UnsupportedAppUsage @SystemApi @RequiresPermission(Manifest.permission.BLUETOOTH_ADMIN) @RequiresPermission(Manifest.permission.BLUETOOTH_ADMIN) public boolean createBond(int transport) { public boolean createBond(int transport) { return createBondInternal(transport, null, null); return createBondInternal(transport, null, null); Loading