Merge pull request #166 from google/uael/att-fix

att: fixed use of unknown attribute
This commit is contained in:
Lucas Abel
2023-03-30 07:12:28 -07:00
committed by GitHub
+1 -1
View File
@@ -190,7 +190,7 @@ class ATT_Error(ProtocolError):
super().__init__(
error_code,
error_namespace='att',
error_name=ATT_PDU.error_name(self.error_code),
error_name=ATT_PDU.error_name(error_code),
)
self.att_handle = att_handle
self.message = message