toggle menu
Kotlin-BLE-Library
androidJvm
switch theme
search in API
core
/
no.nordicsemi.android.kotlin.ble.core.data
/
PhyInfo
Phy
Info
data
class
PhyInfo
(
val
txPhy
:
BleGattPhy
,
val
rxPhy
:
BleGattPhy
)
Wrapper class grouping transmitter and receiver PHY values.
Members
Constructors
Phy
Info
Link copied to clipboard
constructor
(
txPhy
:
BleGattPhy
,
rxPhy
:
BleGattPhy
)
Properties
rx
Phy
Link copied to clipboard
val
rxPhy
:
BleGattPhy
Receiver PHY.
tx
Phy
Link copied to clipboard
val
txPhy
:
BleGattPhy
Transmitter PHY.