Searched refs:_retry_device_method (Results 1 – 1 of 1) sorted by relevance
79 def _retry_device_method(method_name, legal_falsy_values=[]): function136 device._capabilities = _retry_device_method('GetCapabilities')143 _retry_device_method('Init')146 device.name = _retry_device_method('GetAdvertisedName')149 device.address = _retry_device_method('GetLocalBluetoothAddress')153 device.pin = _retry_device_method('GetPinCode', pin_falsy_values)159 device.class_of_service = _retry_device_method('GetClassOfService',167 device.class_of_device = _retry_device_method('GetClassOfDevice',176 device.device_type = _retry_device_method('GetHIDDeviceType')181 device.authentication_mode = _retry_device_method('GetAuthenticationMode')[all …]