PhyChanged

data class PhyChanged(val phy: PhyInUse) : AndroidGattEvent

Event indicating that the PHY used for the connection has changed.

PHY defines the Physical Layer properties. LE 1M is the legacy PHY, with a speed of 1 Mbps. Some Android 8+ devices supports LE 2M, with a speed of 2 Mbps and LL Coded, with a coding 2 or 8 bits per symbol, providing a longer range.

Parameters

phy

The new PHY.

See also

Constructors

Link copied to clipboard
constructor(phy: PhyInUse)

Properties

Link copied to clipboard
Link copied to clipboard