ServerPhyUpdate
data class ServerPhyUpdate(val device: ClientDevice, val txPhy: BleGattPhy, val rxPhy: BleGattPhy, val status: BleGattOperationStatus) : ServerGattEvent.GattClientConnectionEvent
Event triggered as result of BluetoothGattServer#setPreferredPhy, or as a result of remote device changing the PHY.
See also
(https://developer.android.com/reference/android/bluetooth/BluetoothGattServerCallback#onPhyUpdate(android.bluetooth.BluetoothDevice,%20int,%20int,%20int))
Constructors
Link copied to clipboard
constructor(device: ClientDevice, txPhy: BleGattPhy, rxPhy: BleGattPhy, status: BleGattOperationStatus)