GattState

object GattState

Properties

Link copied to clipboard
const val STATE_CONNECTED: Int = 2
Link copied to clipboard
const val STATE_CONNECTING: Int = 1
Link copied to clipboard
const val STATE_DISCONNECTED: Int = 0
Link copied to clipboard
const val STATE_DISCONNECTING: Int = 3