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