PhyUpdate

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

Event emitted as result of BluetoothGatt.setPreferredPhy, or as a result of remote device changing the PHY.

See also

(https://developer.android.com/reference/android/bluetooth/BluetoothGattCallback#onPhyUpdate(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).