public class AclEvent
extends java.lang.Object
BluetoothDevice
.
Possible broadcast ACL action values are:
BluetoothDevice.ACTION_ACL_CONNECTED
,
BluetoothDevice.ACTION_ACL_DISCONNECT_REQUESTED
,
BluetoothDevice.ACTION_ACL_DISCONNECTED
Constructor and Description |
---|
AclEvent(java.lang.String action,
android.bluetooth.BluetoothDevice bluetoothDevice) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object o) |
java.lang.String |
getAction() |
android.bluetooth.BluetoothDevice |
getBluetoothDevice() |
int |
hashCode() |
java.lang.String |
toString() |
public AclEvent(java.lang.String action, android.bluetooth.BluetoothDevice bluetoothDevice)
public java.lang.String getAction()
public android.bluetooth.BluetoothDevice getBluetoothDevice()
public boolean equals(java.lang.Object o)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public java.lang.String toString()
toString
in class java.lang.Object