HomeSort by relevance Sort by last modified time
    Searched refs:ERROR_CODE_INVALID_PDU_SIZE (Results 1 - 3 of 3) sorted by null

  /external/autotest/server/site_tests/bluetooth_SDP_ServiceSearchRequestBasic/
bluetooth_SDP_ServiceSearchRequestBasic.py 23 ERROR_CODE_INVALID_PDU_SIZE = 0x0004
63 if resp != self.ERROR_CODE_INVALID_PDU_SIZE:
  /external/autotest/server/site_tests/bluetooth_SDP_ServiceAttributeRequest/
bluetooth_SDP_ServiceAttributeRequest.py 72 ERROR_CODE_INVALID_PDU_SIZE = 0x0004
361 self.assert_equal(res, self.ERROR_CODE_INVALID_PDU_SIZE)
  /external/autotest/server/site_tests/bluetooth_SDP_ServiceSearchAttributeRequest/
bluetooth_SDP_ServiceSearchAttributeRequest.py 70 ERROR_CODE_INVALID_PDU_SIZE = 0x0004
412 if value != self.ERROR_CODE_INVALID_PDU_SIZE:

Completed in 70 milliseconds