Loading framework/java/android/bluetooth/BluetoothDevice.java +0 −6 Original line number Diff line number Diff line Loading @@ -1176,11 +1176,8 @@ public final class BluetoothDevice implements Parcelable, Attributable { @IntDef( prefix = { "TRANSPORT_" }, value = { /** Allow host to automatically select a transport (dual-mode only) */ TRANSPORT_AUTO, /** Use Classic or BR/EDR transport.*/ TRANSPORT_BREDR, /** Use Low Energy transport.*/ TRANSPORT_LE, } ) Loading Loading @@ -1270,11 +1267,8 @@ public final class BluetoothDevice implements Parcelable, Attributable { @IntDef( prefix = { "ADDRESS_TYPE_" }, value = { /** Hardware MAC Address */ ADDRESS_TYPE_PUBLIC, /** Address is either resolvable, non-resolvable or static.*/ ADDRESS_TYPE_RANDOM, /** Address type is unknown or unavailable **/ ADDRESS_TYPE_UNKNOWN, } ) Loading Loading
framework/java/android/bluetooth/BluetoothDevice.java +0 −6 Original line number Diff line number Diff line Loading @@ -1176,11 +1176,8 @@ public final class BluetoothDevice implements Parcelable, Attributable { @IntDef( prefix = { "TRANSPORT_" }, value = { /** Allow host to automatically select a transport (dual-mode only) */ TRANSPORT_AUTO, /** Use Classic or BR/EDR transport.*/ TRANSPORT_BREDR, /** Use Low Energy transport.*/ TRANSPORT_LE, } ) Loading Loading @@ -1270,11 +1267,8 @@ public final class BluetoothDevice implements Parcelable, Attributable { @IntDef( prefix = { "ADDRESS_TYPE_" }, value = { /** Hardware MAC Address */ ADDRESS_TYPE_PUBLIC, /** Address is either resolvable, non-resolvable or static.*/ ADDRESS_TYPE_RANDOM, /** Address type is unknown or unavailable **/ ADDRESS_TYPE_UNKNOWN, } ) Loading