public class SecureProfileEvent extends java.lang.Object implements BluetoothDeviceEvent
| Modifier and Type | Field and Description | 
|---|---|
static android.os.Parcelable.Creator<SecureProfileEvent> | 
CREATOR  | 
| Modifier and Type | Method and Description | 
|---|---|
int | 
describeContents()  | 
java.util.List<? extends RemoteBluetoothDevice> | 
getDeviceList()  | 
DeviceProfile | 
getDeviceProfile()  | 
EventType | 
getEventType()  | 
java.util.List<ISecureProfile> | 
getSecureProfileDevices()  | 
long | 
getTimestamp()  | 
static SecureProfileEvent | 
of(SecureProfileEvent event,
  java.util.List<ISecureProfile> devices)  | 
void | 
writeToParcel(android.os.Parcel dest,
             int flags)  | 
public static final android.os.Parcelable.Creator<SecureProfileEvent> CREATOR
public static SecureProfileEvent of(SecureProfileEvent event, java.util.List<ISecureProfile> devices)
public long getTimestamp()
getTimestamp in interface BluetoothDeviceEventpublic EventType getEventType()
getEventType in interface BluetoothDeviceEventpublic DeviceProfile getDeviceProfile()
getDeviceProfile in interface BluetoothDeviceEventpublic java.util.List<ISecureProfile> getSecureProfileDevices()
public java.util.List<? extends RemoteBluetoothDevice> getDeviceList()
getDeviceList in interface BluetoothDeviceEventpublic int describeContents()
describeContents in interface android.os.Parcelablepublic void writeToParcel(android.os.Parcel dest,
                          int flags)
writeToParcel in interface android.os.Parcelable