diff --git a/bumble/att.py b/bumble/att.py index 688321b..704ce40 100644 --- a/bumble/att.py +++ b/bumble/att.py @@ -1083,7 +1083,7 @@ class Attribute(utils.EventEmitter, Generic[_T]): else: value_str = str(self.value) if value_str: - value_string = f', value={self.value.hex()}' + value_string = f', value={value_str}' else: value_string = '' return (