mirror of
https://github.com/google/bumble.git
synced 2026-05-09 04:08:02 +00:00
att: fixed use of unknown attribute
This commit is contained in:
@@ -190,7 +190,7 @@ class ATT_Error(ProtocolError):
|
|||||||
super().__init__(
|
super().__init__(
|
||||||
error_code,
|
error_code,
|
||||||
error_namespace='att',
|
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.att_handle = att_handle
|
||||||
self.message = message
|
self.message = message
|
||||||
|
|||||||
Reference in New Issue
Block a user