BLEStatusException

class BLEStatusException(val status: Int, msg: String) : BLEException

A BLE status code based error

Constructors

Link copied to clipboard
constructor(status: Int, msg: String)

Properties

Link copied to clipboard
val status: Int