Example #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()
 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()