def __init__(self, characteristic): Descriptor.__init__(self, constants.USER_DESC_DESCRIPTOR_UUID, ["read"], characteristic)
def __init__(self, characteristic): Descriptor.__init__( self, constants.PRESENTATION_FORMAT_DESCRIPTOR_UUID, ["read"], characteristic)
def __init__(self, characteristic): Descriptor.__init__(self, constants.USER_DESC_DESCRIPTOR_UUID, ["read"], characteristic) self.onboarding_key_label = constants.ONBOARDING_KEY_LABEL