PhyInfo

data class PhyInfo(val txPhy: BleGattPhy, val rxPhy: BleGattPhy)

Wrapper class grouping transmitter and receiver PHY values.

Constructors

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

Properties

Link copied to clipboard

Receiver PHY.

Link copied to clipboard

Transmitter PHY.