BluetoothConnectionEvent constructor

BluetoothConnectionEvent(
  1. BluetoothDevice device,
  2. BluetoothConnectionState connectionState
)

Implementation

BluetoothConnectionEvent(this.device, this.connectionState);