ble: remove unused connection_state attribute

This commit is contained in:
2026-02-15 17:56:18 +00:00
parent 4e0415b62b
commit 4be5521504
-3
View File
@@ -26,9 +26,6 @@ struct Server {
#[gatt_service(uuid = "76be25c2-0000-44fc-a97c-bcb56c69c926")]
struct WifiProvisioningService {
#[characteristic(uuid = "76be25c2-0801-44fc-a97c-bcb56c69c926", read, notify, value = 0)]
connection_state: u8,
#[characteristic(uuid = "76be25c2-0802-44fc-a97c-bcb56c69c926", read, notify, value = 0)]
max_network_index: u8,