Package-level declarations

Types

Link copied to clipboard
actual object BALib

Singleton object representing the core library handler for BrainAccess devices.

expect object BALib

Expect declaration of the platform-specific BrainAccess library interface. Provides Bluetooth and data stream management functionality.

actual object BALib
Link copied to clipboard
class BluetoothController(blueFalcon: BlueFalcon)

A wrapper around the BlueFalcon Bluetooth library to manage Bluetooth operations for BrainAccess devices.

Link copied to clipboard
class BluetoothDelegate(val callback: (DeviceEvent, BluetoothPeripheral, Any?) -> Unit) : BlueFalconDelegate

A delegate implementation for handling Bluetooth events using the BlueFalcon library.

Link copied to clipboard
actual object Logger
expect object Logger
actual object Logger
Link copied to clipboard
object Utils

Utility object providing static methods for common operations.

Functions

Link copied to clipboard
fun createBluetoothController(): <Error class: unknown class>