Home
last modified time | relevance | path

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

/external/autotest/server/site_tests/bluetooth_SDP_ServiceAttributeRequest/
Dbluetooth_SDP_ServiceAttributeRequest.py39 PNP_INFORMATION_CLASS_ID = 0x1200 variable in bluetooth_SDP_ServiceAttributeRequest
231 record_handle = self.get_single_handle(self.PNP_INFORMATION_CLASS_ID)
264 profile_list = self.get_attribute(self.PNP_INFORMATION_CLASS_ID,
275 self.assert_equal(profile_list[0][0], self.PNP_INFORMATION_CLASS_ID)
/external/autotest/server/site_tests/bluetooth_SDP_ServiceSearchAttributeRequest/
Dbluetooth_SDP_ServiceSearchAttributeRequest.py28 PNP_INFORMATION_CLASS_ID = 0x1200 variable in bluetooth_SDP_ServiceSearchAttributeRequest
299 value = self.test_attribute(self.PNP_INFORMATION_CLASS_ID,
303 value[0][0] == self.PNP_INFORMATION_CLASS_ID):