Home | History | Annotate | Download | only in bluetooth_SDP_ServiceBrowse

Lines Matching refs:class_id

22     def get_attribute_ssr_sar(self, class_id, attr_id, size):
26 @param class_id: Class ID of service to check.
34 [class_id], self.MAX_REC_CNT, size)
50 def get_attribute_ssar(self, class_id, attr_id, size):
53 @param class_id: Class ID of service to check.
61 [class_id], self.MAX_ATTR_BYTE_CNT, [attr_id], size)
76 def test_attribute(self, class_id, attr_id, get_attribute):
80 @param class_id: Class ID of service to check.
88 result_16 = get_attribute(class_id, attr_id, 16)
91 result_cur = get_attribute(class_id, attr_id, size)