Package-level declarations

Types

Link copied to clipboard
interface BleListener

Represents a listener for events and state changes related to a BleTerminal. This interface provides methods that will be invoked by the BleTerminal to notify the listener about connection status, data received, errors, etc.

Link copied to clipboard
class BleService(context: Context)

Serves as the main entry point for interacting with the Bluetooth Low Energy (BLE) SDK.

Link copied to clipboard
class BleTerminal(context: Context, val terminalId: String)

Represents a terminal that interact with the bluetooth BleCentral and peripheral BlePeripheral to send commands to the CTG device.