Lines Matching refs:num_elem
219 static int sdp_compose_proto_list( UINT8 *p, UINT16 num_elem,
231 for (xx = 0; xx < num_elem; xx++, p_elem_list++)
536 BOOLEAN SDP_AddSequence (UINT32 handle, UINT16 attr_id, UINT16 num_elem,
554 for (xx = 0; xx < num_elem; xx++)
594 SDP_TRACE_ERROR2 ("SDP_AddSequence - too long, add %d elements of %d", xx, num_elem);
669 BOOLEAN SDP_AddProtocolList (UINT32 handle, UINT16 num_elem,
683 offset = sdp_compose_proto_list(p_buff, num_elem, p_elem_list);
705 BOOLEAN SDP_AddAdditionProtoLists (UINT32 handle, UINT16 num_elem,
724 for (xx = 0; xx < num_elem; xx++, p_proto_list++)