Loading api/current.txt +3 −0 Original line number Diff line number Diff line Loading @@ -5689,6 +5689,9 @@ package android.bluetooth { method public int getState(); method public boolean isDiscovering(); method public boolean isEnabled(); method public boolean isMultipleAdvertisementSupported(); method public boolean isOffloadedFilteringSupported(); method public boolean isOffloadedScanBatchingSupported(); method public android.bluetooth.BluetoothServerSocket listenUsingInsecureRfcommWithServiceRecord(java.lang.String, java.util.UUID) throws java.io.IOException; method public android.bluetooth.BluetoothServerSocket listenUsingRfcommWithServiceRecord(java.lang.String, java.util.UUID) throws java.io.IOException; method public boolean setName(java.lang.String); core/java/android/bluetooth/BluetoothAdapter.java +0 −3 Original line number Diff line number Diff line Loading @@ -1031,7 +1031,6 @@ public final class BluetoothAdapter { /** * Return true if the multi advertisement is supported by the chipset * * @hide * @return true if Multiple Advertisement feature is supported */ public boolean isMultipleAdvertisementSupported() { Loading @@ -1047,7 +1046,6 @@ public final class BluetoothAdapter { /** * Return true if offloaded filters are supported * * @hide * @return true if chipset supports on-chip filtering */ public boolean isOffloadedFilteringSupported() { Loading @@ -1063,7 +1061,6 @@ public final class BluetoothAdapter { /** * Return true if offloaded scan batching is supported * * @hide * @return true if chipset supports on-chip scan batching */ public boolean isOffloadedScanBatchingSupported() { Loading Loading
api/current.txt +3 −0 Original line number Diff line number Diff line Loading @@ -5689,6 +5689,9 @@ package android.bluetooth { method public int getState(); method public boolean isDiscovering(); method public boolean isEnabled(); method public boolean isMultipleAdvertisementSupported(); method public boolean isOffloadedFilteringSupported(); method public boolean isOffloadedScanBatchingSupported(); method public android.bluetooth.BluetoothServerSocket listenUsingInsecureRfcommWithServiceRecord(java.lang.String, java.util.UUID) throws java.io.IOException; method public android.bluetooth.BluetoothServerSocket listenUsingRfcommWithServiceRecord(java.lang.String, java.util.UUID) throws java.io.IOException; method public boolean setName(java.lang.String);
core/java/android/bluetooth/BluetoothAdapter.java +0 −3 Original line number Diff line number Diff line Loading @@ -1031,7 +1031,6 @@ public final class BluetoothAdapter { /** * Return true if the multi advertisement is supported by the chipset * * @hide * @return true if Multiple Advertisement feature is supported */ public boolean isMultipleAdvertisementSupported() { Loading @@ -1047,7 +1046,6 @@ public final class BluetoothAdapter { /** * Return true if offloaded filters are supported * * @hide * @return true if chipset supports on-chip filtering */ public boolean isOffloadedFilteringSupported() { Loading @@ -1063,7 +1061,6 @@ public final class BluetoothAdapter { /** * Return true if offloaded scan batching is supported * * @hide * @return true if chipset supports on-chip scan batching */ public boolean isOffloadedScanBatchingSupported() { Loading