PhyOption

PHY coded option.

Coded PHY uses 2 modes, S=2 and S=8. In the S=2 mode, 2 symbols represent 1 bit, therefore the data rate is 500 kbps. While in the S=8 mode, 8 symbols are used to represent a bit and the data rate becomes 125 kbps.

Entries

Link copied to clipboard

No preferred coding when transmitting on the LE Coded PHY.

Link copied to clipboard

Prefer the S=2 coding to be used when transmitting on the LE Coded PHY.

Link copied to clipboard

Prefer the S=8 coding to be used when transmitting on the LE Coded PHY.

Properties

Link copied to clipboard

Returns a representation of an immutable list of all enum entries, in the order they're declared.

Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
fun valueOf(value: String): PhyOption

Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Link copied to clipboard

Returns an array containing the constants of this enum type, in the order they're declared.