Exemplo n.º 1
0
 def WriteValue(self, value, options):
     logger = logging.getLogger("rotating.logger")
     logger.debug('[%s] Default WriteValue called, returning error',
                  time.strftime('%d/%m %H:%M:%S'))
     raise gatt_except.NotSupportedException()
Exemplo n.º 2
0
 def StopNotify(self):
     logger = logging.getLogger("rotating.logger")
     logger.debug('[%s] Default StopNotify called, returning error',
                  time.strftime('%d/%m %H:%M:%S'))
     raise gatt_except.NotSupportedException()