ServerPhyRead
data class ServerPhyRead(val device: ClientDevice, val txPhy: BleGattPhy, val rxPhy: BleGattPhy, val status: BleGattOperationStatus) : ServerGattEvent.GattClientConnectionEvent
Event triggered as result of GattServerAPI.readPhy.
See also
(https://developer.android.com/reference/android/bluetooth/BluetoothGattServerCallback#onPhyRead(android.bluetooth.BluetoothDevice,%20int,%20int,%20int))
Constructors
Link copied to clipboard
constructor(device: ClientDevice, txPhy: BleGattPhy, rxPhy: BleGattPhy, status: BleGattOperationStatus)