Package-level declarations

Types

Link copied to clipboard

Class representing available connection priorities. Selecting a specific mode will affect two parameters: latency and power consumption.

Link copied to clipboard

Possible statuses of BLE connection.

Link copied to clipboard
data class BleGattConnectOptions(val autoConnect: Boolean = false, val phy: BleGattPhy? = null, val closeOnDisconnect: Boolean = true, val bufferSize: Int = 10)

Connection options for establishing BLE connection.

Link copied to clipboard

BLE constant values.

Link copied to clipboard

Gatt operation status. It contains values presented in documentation and additional helper values observed and needed during real device operation.

Link copied to clipboard

Permissions representing read/write operation restrictions.

Link copied to clipboard

The secondary Physical Layer on which this advertisement was received.

Link copied to clipboard

Properties available on characteristic. It defines available set of actions.

Link copied to clipboard

Defines available BLE write types.

Link copied to clipboard

Defines available bonding states.

Link copied to clipboard

Connection state status.

Link copied to clipboard
Link copied to clipboard
object Mtu

MTU related constants.

Link copied to clipboard
data class PhyInfo(val txPhy: BleGattPhy, val rxPhy: BleGattPhy)

Wrapper class grouping transmitter and receiver PHY values.

Link copied to clipboard

PHY coded option.

Functions

Link copied to clipboard