getCharacteristicsUUID

abstract fun getCharacteristicsUUID(): UUID
    Abstract method, must be implement to return the characteristic UUID
    for your device button, otherwise your device does not work.Note that : characteristicUUID is used to check if button is supported( after discovering GATT service we check if
    there is a supported button, else we consider device not supported.

Return

characteristicUUID: UUID