PhyRead

data class PhyRead(val txPhy: BleGattPhy, val rxPhy: BleGattPhy, val status: BleGattOperationStatus) : ClientGattEvent

Event emitted as result of BluetoothGatt.readPhy.

See also

(https://developer.android.com/reference/android/bluetooth/BluetoothGattCallback#onPhyRead(android.bluetooth.BluetoothGatt,%20int,%20int,%20int))

Constructors

Link copied to clipboard
constructor(txPhy: BleGattPhy, rxPhy: BleGattPhy, status: BleGattOperationStatus)

Properties

Link copied to clipboard

The receiver PHY (BleGattPhy).

Link copied to clipboard
Link copied to clipboard

The transmitter PHY (BleGattPhy).