Status

sealed class Status

State statuses translated from their respective platforms:

  • Android: https://android.googlesource.com/platform/external/bluetooth/bluedroid/+/lollipop-release/stack/include/gatt_api.h#106

  • Apple: CBError.h from the Core Bluetooth framework headers

Inheritors

Types

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
data class Unknown(val status: Int) : State.Disconnected.Status

Catch-all for any statuses that are unknown for a platform.

Link copied to clipboard

Functions

Link copied to clipboard
open override fun toString(): String