BlueberrySherbet

annotations / com.gmail.ayteneve93.blueberrysherbetannotations / NOTIFY / uuidString

uuidString

(JVM) val uuidString: String

UUID value in string format of BLE characteristic.

It must be matched with one of the following regular expressions

    1. [0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}

    2. [0-9a-fA-F]{32}

    3. [0-9a-fA-F]{4}

Or, it will be crashed during the compiling process

Property

uuidString -

UUID value in string format of BLE characteristic.

It must be matched with one of the following regular expressions

    1. [0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}

    2. [0-9a-fA-F]{32}

    3. [0-9a-fA-F]{4}

Or, it will be crashed during the compiling process