Home
last modified time | relevance | path

Searched refs:SDP_HDR_SIZE (Results 1 – 1 of 1) sorted by relevance

/external/autotest/client/common_lib/cros/bluetooth/
Dbluetooth_sdp_socket.py12 SDP_HDR_SIZE = struct.calcsize(SDP_HDR_FORMAT) variable
155 if len(response) < SDP_HDR_SIZE:
159 data = response[SDP_HDR_SIZE:]