ServerPhyRead

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)

Properties

Link copied to clipboard
open override val device: ClientDevice

The remote device that requested the PHY read.

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.