ServerPhyUpdate

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)

Properties

Link copied to clipboard
open override val device: ClientDevice

The remote device.

Link copied to clipboard

The receiver PHY in use.

Link copied to clipboard

Status of the operation.

Link copied to clipboard

The transmitter PHY in use.