Searched refs:SDP_HDR_SIZE (Results 1 – 1 of 1) sorted by relevance
12 SDP_HDR_SIZE = struct.calcsize(SDP_HDR_FORMAT) variable155 if len(response) < SDP_HDR_SIZE:159 data = response[SDP_HDR_SIZE:]