import cython from .models cimport BluetoothServiceInfoBleak cdef unsigned int _ADVERTISING_TIMES_NEEDED cdef class AdvertisementTracker: cdef public dict intervals cdef public dict fallback_intervals cdef public dict sources cdef public dict _timings @cython.locals(timings=list) cpdef void async_collect(self, BluetoothServiceInfoBleak service_info) cpdef void async_remove_address(self, object address) cpdef void async_scanner_paused(self, str source)