From e9f62ab28e26c0770a76be650c37bc3fc281608c Mon Sep 17 00:00:00 2001 From: torlando-tech Date: Tue, 4 Nov 2025 00:19:12 -0500 Subject: [PATCH] fix missing prop --- src/RNS/Interfaces/linux_bluetooth_driver.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/RNS/Interfaces/linux_bluetooth_driver.py b/src/RNS/Interfaces/linux_bluetooth_driver.py index 03982f8..168ca4c 100644 --- a/src/RNS/Interfaces/linux_bluetooth_driver.py +++ b/src/RNS/Interfaces/linux_bluetooth_driver.py @@ -1208,6 +1208,9 @@ class BluezeroGATTServer: self.tx_characteristic = None self.identity_characteristic = None + # State + self.running = False + # Identity self.identity_bytes: Optional[bytes] = None