23
23
24
24
25
25
# D-Bus properties for interfaces
26
- # https://github.com/bluez/bluez/blob/master/doc/adapter-api.txt
26
+ # https://github.com/bluez/bluez/blob/master/doc/org.bluez.Adapter.rst
27
27
28
28
29
29
class Adapter1 (TypedDict ):
@@ -43,7 +43,7 @@ class Adapter1(TypedDict):
43
43
ExperimentalFeatures : List [str ]
44
44
45
45
46
- # https://github.com/bluez/bluez/blob/master/doc/advertisement-monitor-api.txt
46
+ # https://github.com/bluez/bluez/blob/master/doc/org.bluez.AdvertisementMonitor.rst
47
47
48
48
49
49
class AdvertisementMonitor1 (TypedDict ):
@@ -56,20 +56,23 @@ class AdvertisementMonitor1(TypedDict):
56
56
Patterns : List [Tuple [int , int , bytes ]]
57
57
58
58
59
+ # https://github.com/bluez/bluez/blob/master/doc/org.bluez.AdvertisementMonitorManager.rst
60
+
61
+
59
62
class AdvertisementMonitorManager1 (TypedDict ):
60
63
SupportedMonitorTypes : List [str ]
61
64
SupportedFeatures : List [str ]
62
65
63
66
64
- # https://github.com/bluez/bluez/blob/master/doc/battery-api.txt
67
+ # https://github.com/bluez/bluez/blob/master/doc/org.bluez.Battery.rst
65
68
66
69
67
70
class Battery1 (TypedDict ):
68
71
SupportedMonitorTypes : List [str ]
69
72
SupportedFeatures : List [str ]
70
73
71
74
72
- # https://github.com/bluez/bluez/blob/master/doc/device-api.txt
75
+ # https://github.com/bluez/bluez/blob/master/doc/org.bluez.Device.rst
73
76
74
77
75
78
class Device1 (TypedDict ):
@@ -99,7 +102,7 @@ class Device1(TypedDict):
99
102
AdvertisingData : Dict [int , bytes ]
100
103
101
104
102
- # https://github.com/bluez/bluez/blob/master/doc/gatt-api.txt
105
+ # https://github.com/bluez/bluez/blob/master/doc/org.bluez.GattService.rst
103
106
104
107
105
108
class GattService1 (TypedDict ):
0 commit comments