File tree Expand file tree Collapse file tree 1 file changed +7
-0
lines changed Expand file tree Collapse file tree 1 file changed +7
-0
lines changed Original file line number Diff line number Diff line change @@ -122,6 +122,12 @@ class OrgBluezLEAdvertisingManager1Dict(TypedDict, total=False):
122
122
SupportedInstances : int
123
123
SupportedSecondaryChannels : list [str ]
124
124
125
+ @type_check_only
126
+ class OrgBluezNetwork1Dict (TypedDict , total = False ):
127
+ Connected : bool
128
+ Interface : str
129
+ UUID : str
130
+
125
131
# This is for keys under /org/bluez/hci0/*
126
132
_OrgBluezDict = TypedDict (
127
133
"_OrgBluezDict" ,
@@ -135,6 +141,7 @@ _OrgBluezDict = TypedDict(
135
141
"org.bluez.Input1" : OrgBluezInput1Dict ,
136
142
"org.bluez.LEAdvertisingManager1" : OrgBluezLEAdvertisingManager1Dict ,
137
143
"org.bluez.Media1" : OrgBluezMedia1Dict ,
144
+ "org.bluez.Network1" : OrgBluezNetwork1Dict ,
138
145
"org.bluez.MediaControl1" : OrgBluezMediaControl1Dict ,
139
146
# The following always appear as empty dictionaries on my system.
140
147
"org.bluez.AgentManager1" : dict [str , Any ],
You can’t perform that action at this time.
0 commit comments