We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 726e733 commit f8abe65Copy full SHA for f8abe65
1 file changed
src/bluetooth_data_tools/gap.pxd
@@ -53,6 +53,7 @@ cpdef parse_advertisement_data(object data)
53
offset=cython.uint,
54
start=cython.uint,
55
end=cython.uint,
56
+ i=cython.uint,
57
)
58
cpdef _uncached_parse_advertisement_bytes(bytes gap_bytes)
59
0 commit comments