BlueberrySherbet

annotations / com.gmail.ayteneve93.blueberrysherbetannotations / NOTIFY / <init>

<init>

(JVM) NOTIFY(uuidString: String, endSignal: String = 0x00.toChar().toString())

BLE function annotation for ‘Notify’ method.

This annotation is used to declare ‘Notify’ method BLE function.

Example Code

    @BlueberryService
    interface YourBleService {
        @NOTIFY("aaaaaaaa-bbbb-cccc-dddd-eeeeeeee0101")
        fun funcA()
    }