Searched refs:test_attribute (Results 1 – 2 of 2) sorted by relevance
/external/autotest/server/site_tests/bluetooth_SDP_ServiceSearchAttributeRequest/ |
D | bluetooth_SDP_ServiceSearchAttributeRequest.py | 160 def test_attribute(self, class_id, attr_id): member in bluetooth_SDP_ServiceSearchAttributeRequest 219 value = self.test_attribute(self.SDP_SERVER_CLASS_ID, 231 value = self.test_attribute(self.SDP_SERVER_CLASS_ID, 243 value = self.test_attribute(self.GAP_CLASS_ID, 263 value = self.test_attribute(self.GAP_CLASS_ID, 275 value = self.test_attribute(self.GAP_CLASS_ID, 287 value = self.test_attribute(self.SDP_SERVER_CLASS_ID, 299 value = self.test_attribute(self.PNP_INFORMATION_CLASS_ID, 313 value = self.test_attribute(self.GAP_CLASS_ID, 325 value = self.test_attribute(self.GAP_CLASS_ID, [all …]
|
/external/autotest/server/site_tests/bluetooth_SDP_ServiceBrowse/ |
D | bluetooth_SDP_ServiceBrowse.py | 76 def test_attribute(self, class_id, attr_id, get_attribute): member in bluetooth_SDP_ServiceBrowse 108 root_services = self.test_attribute(self.PUBLIC_BROWSE_ROOT, 115 group_ids = self.test_attribute(self.BROWSE_GROUP_DESCRIPTOR, 124 services = self.test_attribute(group_id,
|