Searched refs:p_elem_list (Results 1 – 2 of 2) sorted by relevance
229 tSDP_PROTOCOL_ELEM *p_elem_list) in sdp_compose_proto_list() argument240 for (xx = 0; xx < num_elem; xx++, p_elem_list++) { in sdp_compose_proto_list()241 len = 3 + (p_elem_list->num_params * 3); in sdp_compose_proto_list()248 UINT16_TO_BE_STREAM (p, p_elem_list->protocol_uuid); in sdp_compose_proto_list()250 if (p_elem_list->protocol_uuid == UUID_PROTOCOL_RFCOMM) { in sdp_compose_proto_list()256 for (yy = 0; yy < p_elem_list->num_params; yy++) { in sdp_compose_proto_list()259 UINT8_TO_BE_STREAM (p, p_elem_list->params[yy]); in sdp_compose_proto_list()264 UINT16_TO_BE_STREAM (p, p_elem_list->params[yy]); in sdp_compose_proto_list()652 tSDP_PROTOCOL_ELEM *p_elem_list) in SDP_AddProtocolList() argument664 offset = sdp_compose_proto_list(p_buff, num_elem, p_elem_list); in SDP_AddProtocolList()
519 tSDP_PROTOCOL_ELEM *p_elem_list);