コード例 #1
0
 def WriteValue(self, value, options):
     print('Default WriteValue called, returning error')
     raise exceptions.NotSupportedException()
コード例 #2
0
 def StopNotify(self):
     print('Default StopNotify called, returning error')
     raise exceptions.NotSupportedException()
コード例 #3
0
 def ReadValue(self, options):
     print('Default ReadValue called, returning error')
     raise exceptions.NotSupportedException()
コード例 #4
0
ファイル: gatt_server.py プロジェクト: pmrowla/wotabag
 def StartNotify(self):
     logger.error('Default StartNotify called, returning error')
     raise exceptions.NotSupportedException()