BlueberrySherbet

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

<init>

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

BLE function annotation for ‘Indicate’ method.

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

Example Code

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