FileDocCategorySizeDatePackage
ScanRecord.javaAPI DocAndroid 5.1 API1030Sat Mar 14 14:09:36 GMT 2015android.bluetooth.le

ScanRecord.java

package android.bluetooth.le;
public final class ScanRecord
{
ScanRecord() { throw new RuntimeException("Stub!"); }
public  int getAdvertiseFlags() { throw new RuntimeException("Stub!"); }
public  java.util.List<android.os.ParcelUuid> getServiceUuids() { throw new RuntimeException("Stub!"); }
public  android.util.SparseArray<byte[]> getManufacturerSpecificData() { throw new RuntimeException("Stub!"); }
public  byte[] getManufacturerSpecificData(int manufacturerId) { throw new RuntimeException("Stub!"); }
public  java.util.Map<android.os.ParcelUuid, byte[]> getServiceData() { throw new RuntimeException("Stub!"); }
public  byte[] getServiceData(android.os.ParcelUuid serviceDataUuid) { throw new RuntimeException("Stub!"); }
public  int getTxPowerLevel() { throw new RuntimeException("Stub!"); }
public  java.lang.String getDeviceName() { throw new RuntimeException("Stub!"); }
public  byte[] getBytes() { throw new RuntimeException("Stub!"); }
public  java.lang.String toString() { throw new RuntimeException("Stub!"); }
}