Searched refs:_retry_device_method (Results 1 – 1 of 1) sorted by relevance
186 def _retry_device_method(method_name, legal_falsy_values=[]): function261 device._capabilities = _retry_device_method('GetCapabilities')268 _retry_device_method('Init')271 device.name = _retry_device_method('GetAdvertisedName')274 device.address = _retry_device_method('GetLocalBluetoothAddress')278 device.pin = _retry_device_method('GetPinCode', pin_falsy_values)284 device.class_of_service = _retry_device_method('GetClassOfService',292 device.class_of_device = _retry_device_method('GetClassOfDevice',301 device.device_type = _retry_device_method('GetDeviceType')306 device.authentication_mode = _retry_device_method('GetAuthenticationMode')[all …]