McuMgrUnsupportedConfigurationException

This exception is thrown when the Android device fails to connect to the peripheral due to its internal issues. Most probably it cannot respond properly to PHY LE 2M update procedure, causing the remote device to terminate the connection.

Constructors

Link copied to clipboard
constructor()

Functions

Link copied to clipboard
fun addSuppressed(exception: Throwable)
Link copied to clipboard
Link copied to clipboard
open fun getCause(): Throwable
Link copied to clipboard
Link copied to clipboard
open fun getMessage(): String
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
open fun initCause(cause: Throwable): Throwable
Link copied to clipboard
open fun printStackTrace()
Link copied to clipboard
open fun setStackTrace(stackTrace: Array<StackTraceElement>)
Link copied to clipboard
open fun toString(): @NotNull String