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))
Properties
Link copied to clipboard
The receiver PHY (BleGattPhy).
Link copied to clipboard
Operation status (BleGattOperationStatus).
Link copied to clipboard
The transmitter PHY (BleGattPhy).