File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -15,7 +15,6 @@ cdef object _cached_uint16_bytes_as_uuid
1515cdef object _cached_uint32_bytes_as_uuid
1616cdef object _cached_uint128_bytes_as_uuid
1717cdef object _cached_parse_advertisement_data
18- cdef object _cached_parse_advertisement_data_tuple
1918cdef object _cached_from_bytes_signed
2019
2120cdef object _LOGGER
@@ -46,7 +45,6 @@ cpdef parse_advertisement_data(object data)
4645
4746@ cython.locals (
4847 gap_data = " const unsigned char *" ,
49- gap_value = cython.bytes,
5048 gap_type_num = " unsigned char" ,
5149 total_length = cython.uint,
5250 length = " unsigned char" ,
@@ -57,6 +55,6 @@ cpdef parse_advertisement_data(object data)
5755)
5856cpdef _uncached_parse_advertisement_bytes(bytes gap_bytes)
5957
60- cpdef _uncached_parse_advertisement_data(bytes gap_bytes )
58+ cpdef _uncached_parse_advertisement_data(bytes data )
6159
6260cpdef _uncached_parse_advertisement_tuple(tuple data)
Original file line number Diff line number Diff line change 1- cdef object L_PACK
2- cpdef object mac_to_int(str mac)
1+ cpdef object mac_to_int(str address)
You can’t perform that action at this time.
0 commit comments