From b8342efe9a80e3babe93080544b22909fea7031f Mon Sep 17 00:00:00 2001 From: torlando-tech Date: Sat, 15 Nov 2025 15:52:01 -0500 Subject: [PATCH] fix: initialize log_prefix --- src/RNS/Interfaces/linux_bluetooth_driver.py | 2 ++ 1 file changed, 2 insertions(+) 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