BleService

class BleService(context: Context)

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

Before using any BLE functionality, you must initialize the SDK by calling BleService.configure()

Constructors

Link copied to clipboard
fun BleService(context: Context)

Types

Link copied to clipboard
object Companion