Home | History | Annotate | Download | only in bluetooth_SDP_ServiceSearchAttributeRequest

Lines Matching refs:class_id

115     def test_non_existing(self, class_id, attr_id):
118 @param class_id: Class ID of service to check.
126 [class_id],
132 'should not!' % (class_id, attr_id))
135 def get_attribute(self, class_id, attr_id, size):
139 @param class_id: Class ID of service to check.
149 [class_id], self.MAX_ATTR_BYTE_CNT, [attr_id], size)
157 '%s)' % (class_id, attr_id, size))
160 def test_attribute(self, class_id, attr_id):
164 @param class_id: Class ID of service to check.
173 result_16 = self.get_attribute(class_id, attr_id, 16)
175 result_cur = self.get_attribute(class_id, attr_id, size)