예제 #1
0
 def __init__(self, characteristic):
     Descriptor.__init__(self, constants.USER_DESC_DESCRIPTOR_UUID,
                         ["read"], characteristic)
예제 #2
0
 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