diff --git a/src/RNS/Interfaces/linux_bluetooth_driver.py b/src/RNS/Interfaces/linux_bluetooth_driver.py index 8f8528b..779e4d8 100644 --- a/src/RNS/Interfaces/linux_bluetooth_driver.py +++ b/src/RNS/Interfaces/linux_bluetooth_driver.py @@ -1589,6 +1589,8 @@ class BluezeroGATTServer: self.adapter_index = adapter_index self.agent_capability = agent_capability + self.log_prefix = "BluezeroGATTServer" + # bluezero objects self.peripheral_obj = None self.tx_characteristic = None