Home
last modified time | relevance | path

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

/external/autotest/server/site_tests/bluetooth_SDP_ServiceSearchRequestBasic/
Dbluetooth_SDP_ServiceSearchRequestBasic.py23 ERROR_CODE_INVALID_PDU_SIZE = 0x0004 variable in bluetooth_SDP_ServiceSearchRequestBasic
63 if resp != self.ERROR_CODE_INVALID_PDU_SIZE:
/external/autotest/server/site_tests/bluetooth_SDP_ServiceAttributeRequest/
Dbluetooth_SDP_ServiceAttributeRequest.py72 ERROR_CODE_INVALID_PDU_SIZE = 0x0004 variable in bluetooth_SDP_ServiceAttributeRequest
361 self.assert_equal(res, self.ERROR_CODE_INVALID_PDU_SIZE)
/external/autotest/server/site_tests/bluetooth_SDP_ServiceSearchAttributeRequest/
Dbluetooth_SDP_ServiceSearchAttributeRequest.py70 ERROR_CODE_INVALID_PDU_SIZE = 0x0004 variable in bluetooth_SDP_ServiceSearchAttributeRequest
412 if value != self.ERROR_CODE_INVALID_PDU_SIZE: