Loading core/java/android/bluetooth/BluetoothAdapter.java +1 −3 Original line number Diff line number Diff line Loading @@ -64,9 +64,7 @@ import java.util.UUID; * <p>To get a {@link BluetoothAdapter} representing the local Bluetooth * adapter, when running on JELLY_BEAN_MR1 and below, call the * static {@link #getDefaultAdapter} method; when running on JELLY_BEAN_MR2 and * higher, retrieve it through * {@link android.content.Context#getSystemService} with * {@link android.content.Context#BLUETOOTH_SERVICE}. * higher, call {@link BluetoothManager#getAdapter}. * Fundamentally, this is your starting point for all * Bluetooth actions. Once you have the local adapter, you can get a set of * {@link BluetoothDevice} objects representing all paired devices with Loading Loading
core/java/android/bluetooth/BluetoothAdapter.java +1 −3 Original line number Diff line number Diff line Loading @@ -64,9 +64,7 @@ import java.util.UUID; * <p>To get a {@link BluetoothAdapter} representing the local Bluetooth * adapter, when running on JELLY_BEAN_MR1 and below, call the * static {@link #getDefaultAdapter} method; when running on JELLY_BEAN_MR2 and * higher, retrieve it through * {@link android.content.Context#getSystemService} with * {@link android.content.Context#BLUETOOTH_SERVICE}. * higher, call {@link BluetoothManager#getAdapter}. * Fundamentally, this is your starting point for all * Bluetooth actions. Once you have the local adapter, you can get a set of * {@link BluetoothDevice} objects representing all paired devices with Loading